From 35df2cdbee3e626abbecfc14e394f4c8b6e252f3 Mon Sep 17 00:00:00 2001 From: turturica Date: Wed, 11 Apr 2018 15:45:43 -0700 Subject: [PATCH] Fix linting error. --- _pytest/python.py | 1 + 1 file changed, 1 insertion(+) diff --git a/_pytest/python.py b/_pytest/python.py index 8110b7a72..de659e517 100644 --- a/_pytest/python.py +++ b/_pytest/python.py @@ -520,6 +520,7 @@ class Package(Session, Module): if isinstance(x, Package): pkg_prefix = path.dirpath() + def _get_xunit_setup_teardown(holder, attr_name, param_obj=None): """ Return a callable to perform xunit-style setup or teardown if