mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-26 20:55:19 +03:00
15 lines
301 B
Diff
15 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"
|
|
]
|