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 92c413f commit 899df7cCopy full SHA for 899df7c
tox.ini
@@ -76,7 +76,7 @@ deps =
76
pexpect
77
{env:_PYTEST_TOX_EXTRA_DEP:}
78
commands =
79
- {env:_PYTEST_TOX_COVERAGE_RUN:} pytest -s -vv testing/test_pdb.py testing/test_terminal.py testing/test_unittest.py {posargs}
+ {env:_PYTEST_TOX_COVERAGE_RUN:} pytest --maxfail=2 -s -vv testing/test_pdb.py testing/test_terminal.py testing/test_unittest.py {posargs}
80
81
[testenv:py36-pexpect]
82
platform = {[testenv:py27-pexpect]platform}
0 commit comments