chore: update pytest configuration to enable parallel test execution

This commit is contained in:
Praveenk8051
2025-03-09 14:15:44 +01:00
parent 6f3c522d59
commit 8bd76b9f05
+1 -1
View File
@@ -87,7 +87,7 @@ build-backend = "poetry.core.masonry.api"
[tool.pytest.ini_options]
addopts = "--durations=5 -m 'not slow'"
addopts = "--durations=5 -m 'not slow' -n auto"
asyncio_mode = "auto"
asyncio_default_fixture_loop_scope = "function"
markers = "slow: marks tests as slow"