We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 08fc3a1 commit 80c2305Copy full SHA for 80c2305
tox.ini
@@ -76,7 +76,7 @@ deps =
76
pexpect
77
{env:_PYTEST_TOX_EXTRA_DEP:}
78
commands =
79
- {env:_PYTEST_TOX_COVERAGE_RUN:} pytest testing/test_pdb.py testing/test_terminal.py testing/test_unittest.py {posargs}
+ {env:_PYTEST_TOX_COVERAGE_RUN:} pytest {posargs:testing/test_pdb.py testing/test_terminal.py testing/test_unittest.py}
80
81
[testenv:py36-pexpect]
82
platform = {[testenv:py27-pexpect]platform}
0 commit comments