File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 45
45
- NPROC=2
46
46
- INSTALL_PEP8=
47
47
- RUN_PEP8=
48
- - PYTEST_ARGS="-raR --maxfail=1 --timeout=300 --durations=25 --cov-report= --cov=lib -n $NPROC"
48
+ - PYTEST_ARGS="-rawR --maxfail=1 --timeout=300 --durations=25 --cov-report= --cov=lib -n $NPROC"
49
49
- PYTHON_ARGS=
50
50
- DELETE_FONT_CACHE=
51
51
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ environment:
14
14
CMD_IN_ENV : " cmd /E:ON /V:ON /C obvci_appveyor_python_build_env.cmd"
15
15
# Workaround for https://github.com/conda/conda-build/issues/636
16
16
PYTHONIOENCODING : " UTF-8"
17
- PYTEST_ARGS : -raR --timeout=300 --durations=25 -n %NUMBER_OF_PROCESSORS% --cov-report= --cov=lib -m "not network"
17
+ PYTEST_ARGS : -rawR --timeout=300 --durations=25 -n %NUMBER_OF_PROCESSORS% --cov-report= --cov=lib -m "not network"
18
18
PYTHONHASHSEED : 0 # Workaround for pytest-xdist flaky collection order
19
19
# https://github.com/pytest-dev/pytest/issues/920
20
20
# https://github.com/pytest-dev/pytest/issues/1075
You can’t perform that action at this time.
0 commit comments