From cb1d4044e6f87b85add07769cfb28d5b4ba9330d Mon Sep 17 00:00:00 2001 From: Daniel Hahler Date: Sun, 11 Nov 2018 21:56:24 +0100 Subject: [PATCH] tox: fix/improve posargs with pexpect factor(s) [ci skip] --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 8fe0124f3..6b884d014 100644 --- a/tox.ini +++ b/tox.ini @@ -76,7 +76,7 @@ deps = pexpect {env:_PYTEST_TOX_EXTRA_DEP:} commands = - {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} [testenv:py37-pexpect] platform = {[testenv:py27-pexpect]platform}