Skip to content

Commit 4815d7e

Browse files
mymedia2ferdnyc
andcommitted
Speed up collecting fixtures
Suggested-by: Stegalin Ivan (github: stegalin) Co-authored-by: Frank Dana <[email protected]>
1 parent 7271ecc commit 4815d7e

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

pylint_pytest/checkers/fixture.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,9 @@ def visit_module(self, node):
120120
node.file,
121121
"--fixtures",
122122
"--collect-only",
123+
"--quiet",
124+
"-p",
125+
"no:unraisableexception",
123126
"--pythonwarnings=ignore:Module already imported:pytest.PytestWarning",
124127
],
125128
plugins=[fixture_collector],

0 commit comments

Comments
 (0)