1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-26 12:45:20 +03:00
aports/community/py3-poetry-plugin-export/pytest.patch
2022-12-16 19:26:50 +01:00

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