Skip to content

Commit 8bd76b9

Browse files
committed
chore: update pytest configuration to enable parallel test execution
1 parent 6f3c522 commit 8bd76b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ build-backend = "poetry.core.masonry.api"
8787

8888

8989
[tool.pytest.ini_options]
90-
addopts = "--durations=5 -m 'not slow'"
90+
addopts = "--durations=5 -m 'not slow' -n auto"
9191
asyncio_mode = "auto"
9292
asyncio_default_fixture_loop_scope = "function"
9393
markers = "slow: marks tests as slow"

0 commit comments

Comments
 (0)