summaryrefslogtreecommitdiff
path: root/pylint/test/test_regr.py
diff options
context:
space:
mode:
Diffstat (limited to 'pylint/test/test_regr.py')
-rw-r--r--pylint/test/test_regr.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pylint/test/test_regr.py b/pylint/test/test_regr.py
index d85b0d8a6..d231c352a 100644
--- a/pylint/test/test_regr.py
+++ b/pylint/test/test_regr.py
@@ -100,7 +100,7 @@ def modify_path():
os.chdir(cwd)
-@pytest.mark.usefixture("modify_path")
+@pytest.mark.usefixtures("modify_path")
def test_check_package___init__(finalize_linter):
filename = 'package.__init__'
finalize_linter.check(filename)