diff --git a/pyproject.toml b/pyproject.toml index ebb4fe8be..c0961c889 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -67,7 +67,7 @@ exclude = ['/bin/'] [tool.pytest.ini_options] testpaths = ["test"] -addopts = "--junitxml=./test.junit.xml" +addopts = "--junitxml=./test.junit.xml -n auto" [tool.versioneer] VCS = "git"