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 6f3c522 commit 8bd76b9Copy full SHA for 8bd76b9
pyproject.toml
@@ -87,7 +87,7 @@ build-backend = "poetry.core.masonry.api"
87
88
89
[tool.pytest.ini_options]
90
-addopts = "--durations=5 -m 'not slow'"
+addopts = "--durations=5 -m 'not slow' -n auto"
91
asyncio_mode = "auto"
92
asyncio_default_fixture_loop_scope = "function"
93
markers = "slow: marks tests as slow"
0 commit comments