2022-12-16 19:26:50 +01:00

16 lines
301 B
Diff

Fix pytest usage
> ERROR: usage: pytest [options] [file_or_dir] [file_or_dir] [...]
> pytest: error: unrecognized arguments: -n
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -84,7 +84,6 @@ warn_unused_ignores = false
[tool.pytest.ini_options]
-addopts = "-n auto"
testpaths = [
"tests"
]