summaryrefslogtreecommitdiff
path: root/tests/test_regr.py
diff options
context:
space:
mode:
authorPierre Sassoulas <pierre.sassoulas@gmail.com>2020-11-14 16:03:54 +0100
committerPierre Sassoulas <pierre.sassoulas@gmail.com>2020-11-28 16:09:53 +0100
commitebd35f03c7b8f7d76b83835df5e9cea287b941b1 (patch)
tree154a921e7706e033c831fcdb83085de555380bed /tests/test_regr.py
parente83e7792e5a90d13e9fc5f2c003f45f0e80ff5dd (diff)
downloadpylint-git-ebd35f03c7b8f7d76b83835df5e9cea287b941b1.tar.gz
Fix PytestCollectionWarning: cannot collect test class TestReporter
Diffstat (limited to 'tests/test_regr.py')
-rw-r--r--tests/test_regr.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_regr.py b/tests/test_regr.py
index a26cc1be1..c7a8d56b7 100644
--- a/tests/test_regr.py
+++ b/tests/test_regr.py
@@ -38,7 +38,7 @@ except AttributeError:
@pytest.fixture(scope="module")
def reporter():
- return testutils.TestReporter
+ return testutils.GenericTestReporter
@pytest.fixture(scope="module")