We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
--verbosity=0
1 parent 86ac2bb commit 2e83d2bCopy full SHA for 2e83d2b
neotest_python/pytest.py
@@ -197,4 +197,4 @@ def maybe_debugpy_postmortem(excinfo):
197
198
199
def collect(args):
200
- pytest.main(["--collect-only", "-q"] + args)
+ pytest.main(["--collect-only", "--verbosity=0", "-q"] + args)
0 commit comments