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.
1 parent ac6cea8 commit 29fb69fCopy full SHA for 29fb69f
Makefile
@@ -16,4 +16,4 @@ slow_tests:
16
pytest -m "slow" tests/ $(if $(IS_GITHUB_CI),--report-log "slow_tests.log",)
17
18
test_experimental:
19
- pytest -k "experimental"
+ pytest -k "experimental" -n auto -s -v
0 commit comments