Skip to content

Commit 716dbcb

Browse files
Properly ignore benchmark tests when using posargs
1 parent 3b31588 commit 716dbcb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -293,7 +293,7 @@ run = [
293293
"pyodide venv .venv-pyodide",
294294
".venv-pyodide/bin/pip install dist/*.whl",
295295
".venv-pyodide/bin/pip install --group test",
296-
".venv-pyodide/bin/python -m pytest {args:tests --ignore tests/benchmarks}",
296+
".venv-pyodide/bin/python -m pytest --ignore tests/benchmarks {args:tests}",
297297
]
298298
list-env = "pip list"
299299

0 commit comments

Comments
 (0)