Skip to content

Commit dc2318c

Browse files
committed
Fix posargs passing to pytest
1 parent 3d378a5 commit dc2318c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tox.ini

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,9 @@ deps =
3939
s22: -ctests/constraints/sanic-22.txt
4040
commands =
4141
python --version
42-
dj{32,40,41,42}: pytest tests/core/ tests/django --no-migrations -o DJANGO_SETTINGS_MODULE=tests.django.settings -o django_find_project=false {posargs:}
43-
fl{20,21,22}: pytest tests/core/ tests/flask/ {posargs:}
44-
s{21,22}: pytest tests/core/ tests/sanic/ {posargs:}
42+
dj{32,40,41,42}: pytest --no-migrations -o DJANGO_SETTINGS_MODULE=tests.django.settings -o django_find_project=false {posargs:tests/core/ tests/django}
43+
fl{20,21,22}: pytest {posargs:tests/core/ tests/flask/}
44+
s{21,22}: pytest {posargs:tests/core/ tests/sanic/}
4545

4646
[testenv:py311-docs]
4747
basepython = python3.11

0 commit comments

Comments
 (0)