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",