From 8e4fe9f2b082d02995456c72f3da305320d50b74 Mon Sep 17 00:00:00 2001 From: Bjorn Neergaard Date: Sun, 24 Mar 2024 19:26:13 -0600 Subject: [PATCH] tests: parallelize across logical cpu cores --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 80aa0ae7ed7..07265de94eb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -189,7 +189,7 @@ ignore_missing_imports = true [tool.pytest.ini_options] -addopts = "-n auto" +addopts = "-n logical" testpaths = ["tests"] markers = [ "network: mark tests that require internet access",