diff --git a/pylint_pytest/checkers/fixture.py b/pylint_pytest/checkers/fixture.py index 29a3fa3..564f429 100644 --- a/pylint_pytest/checkers/fixture.py +++ b/pylint_pytest/checkers/fixture.py @@ -120,6 +120,9 @@ def visit_module(self, node): node.file, "--fixtures", "--collect-only", + "--quiet", + "-p", + "no:unraisableexception", "--pythonwarnings=ignore:Module already imported:pytest.PytestWarning", ], plugins=[fixture_collector],