Skip to content

Commit 2e83d2b

Browse files
authored
fix: - use --verbosity=0 when collecting pytest parametrized tests (#60)
1 parent 86ac2bb commit 2e83d2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

neotest_python/pytest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,4 +197,4 @@ def maybe_debugpy_postmortem(excinfo):
197197

198198

199199
def collect(args):
200-
pytest.main(["--collect-only", "-q"] + args)
200+
pytest.main(["--collect-only", "--verbosity=0", "-q"] + args)

0 commit comments

Comments
 (0)