From dbef9fcc0316b850d19ac4769a47592788381e86 Mon Sep 17 00:00:00 2001 From: Alexander Myasoedov Date: Sun, 9 Mar 2025 17:07:37 +0200 Subject: [PATCH] fix(pytest workers): --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 14de7ed..d164511 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -87,7 +87,7 @@ build-backend = "poetry.core.masonry.api" [tool.pytest.ini_options] -addopts = "--durations=5 -m 'not slow' -n auto" +addopts = "--durations=5 -m 'not slow' -n 3" asyncio_mode = "auto" asyncio_default_fixture_loop_scope = "function" markers = "slow: marks tests as slow"