fix: - use --verbosity=0
when collecting pytest parametrized tests (#60)
This commit is contained in:
@@ -197,4 +197,4 @@ class NeotestDebugpyPlugin:
|
|||||||
|
|
||||||
|
|
||||||
def collect(args):
|
def collect(args):
|
||||||
pytest.main(["--collect-only", "-q"] + args)
|
pytest.main(["--collect-only", "--verbosity=0", "-q"] + args)
|
||||||
|
Reference in New Issue
Block a user