File tree 2 files changed +4
-3
lines changed 2 files changed +4
-3
lines changed 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 : -ra --timeout=300 --durations=25 -n %NUMBER_OF_PROCESSORS% --cov-report= --cov=lib -m "not network"
17
+ PYTEST_ARGS : -raw --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
@@ -95,6 +95,7 @@ install:
95
95
- if %PYTHON_VERSION% == 2.7 conda install -q backports.functools_lru_cache
96
96
# pytest-cov>=2.3.1 due to https://github.com/pytest-dev/pytest-cov/issues/124
97
97
- conda install -q pytest "pytest-cov>=2.3.1" pytest-timeout pytest-xdist
98
+ - pip install -q pytest-warnings
98
99
99
100
# Let the install prefer the static builds of the libs
100
101
- set LIBRARY_LIB=%CONDA_PREFIX%\Library\lib
Original file line number Diff line number Diff line change 46
46
- INSTALL_PEP8=
47
47
- RUN_PEP8=
48
48
- NOSE=
49
- - PYTEST_ARGS="-ra --maxfail=1 --timeout=300 --durations=25 --cov-report= --cov=lib -n $NPROC"
49
+ - PYTEST_ARGS="-raw --maxfail=1 --timeout=300 --durations=25 --cov-report= --cov=lib -n $NPROC"
50
50
- PYTHON_ARGS=
51
51
- DELETE_FONT_CACHE=
52
52
@@ -119,7 +119,7 @@ install:
119
119
pip install $PRE -r doc-requirements.txt
120
120
121
121
# pytest-cov>=2.3.1 due to https://github.com/pytest-dev/pytest-cov/issues/124
122
- pip install $PRE pytest 'pytest-cov>=2.3.1' pytest-timeout pytest-xdist pytest-faulthandler $INSTALL_PEP8
122
+ pip install $PRE pytest 'pytest-cov>=2.3.1' pytest-faulthandler pytest- timeout pytest-warnings pytest-xdist $INSTALL_PEP8
123
123
124
124
# We manually install humor sans using the package from Ubuntu 14.10. Unfortunatly humor sans is not
125
125
# availible in the Ubuntu version used by Travis but we can manually install the deb from a later
You can’t perform that action at this time.
0 commit comments