Skip to content

Commit 94e5bdd

Browse files
Merge pull request #4413 from blueyed/tox-posargs
tox: fix/improve posargs with pexpect factor(s) [ci skip]
2 parents 9dec146 + cb1d404 commit 94e5bdd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ deps =
7676
pexpect
7777
{env:_PYTEST_TOX_EXTRA_DEP:}
7878
commands =
79-
{env:_PYTEST_TOX_COVERAGE_RUN:} pytest testing/test_pdb.py testing/test_terminal.py testing/test_unittest.py {posargs}
79+
{env:_PYTEST_TOX_COVERAGE_RUN:} pytest {posargs:testing/test_pdb.py testing/test_terminal.py testing/test_unittest.py}
8080

8181
[testenv:py37-pexpect]
8282
platform = {[testenv:py27-pexpect]platform}

0 commit comments

Comments
 (0)