File tree 2 files changed +2
-1
lines changed
2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 3
3
pretend
4
4
pytest==3.8.2
5
5
pytest-cov
6
+ pytest-custom_exit_code
6
7
# Prevent installing 7.0 which has install_requires "pytest >= 3.10".
7
8
pytest-rerunfailures<7.0
8
9
pytest-timeout
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ deps = -r{toxinidir}/tools/requirements/tests.txt
20
20
commands_pre =
21
21
python -c ' import shutil, sys; shutil.rmtree(sys.argv[1], ignore_errors=True)' {toxinidir}/tests/data/common_wheels
22
22
{[helpers]pip} wheel -w {toxinidir}/tests/data/common_wheels -r {toxinidir}/tools/requirements/tests-common_wheels.txt
23
- commands = pytest --timeout 300 []
23
+ commands = pytest --timeout 300 --suppress-no-test-exit-code [] tests/unit/test_build_env.py
24
24
install_command = {[helpers]pip} install {opts} {packages}
25
25
list_dependencies_command = {[helpers]pip} freeze --all
26
26
You can’t perform that action at this time.
0 commit comments