fix: - use --verbosity=0 when collecting pytest parametrized tests (#60)

This commit is contained in:
johnybx
2024-01-15 09:03:46 +01:00
committed by GitHub
parent 86ac2bbc8a
commit 2e83d2bc00

View File

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