Skip to content

Commit

Permalink
fix: - use --verbosity=0 when collecting pytest parametrized tests (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
johnybx authored Jan 15, 2024
1 parent 86ac2bb commit 2e83d2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion neotest_python/pytest.py
Original file line number Diff line number Diff line change
Expand Up @@ -197,4 +197,4 @@ def maybe_debugpy_postmortem(excinfo):


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

0 comments on commit 2e83d2b

Please sign in to comment.