From 72f25829bf8ba8d796cce9b47d1f76dc529a2732 Mon Sep 17 00:00:00 2001 From: Timo Millenaar Date: Wed, 23 Oct 2024 11:58:06 +0200 Subject: [PATCH] Try to use -n=logical instead of -n=auto to investigate performance in gitlab's CI --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 88d929e..908000b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -68,7 +68,7 @@ dependencies = [ [tool.pytest.ini_options] testpaths = ["test"] -addopts = ["--import-mode=importlib", "--cov=sourcefinder", "-q", "-ra", "-n=auto", "--dist=worksteal"] +addopts = ["--import-mode=importlib", "--cov=sourcefinder", "-q", "-ra", "-n=logical", "--dist=worksteal"] [tool.black] include = '\.pyi?$'