1
0
mirror of https://github.com/corundum/corundum.git synced 2025-01-16 08:12:53 +08:00

Forward arguments to pytest

This commit is contained in:
Alex Forencich 2020-12-28 20:19:46 -08:00
parent f47c529122
commit 4a98858bea

View File

@ -21,7 +21,7 @@ deps =
jinja2 jinja2
commands = commands =
pytest -n auto pytest -n auto {posargs}
# pytest configuration # pytest configuration
[pytest] [pytest]