File tree Expand file tree Collapse file tree 1 file changed +3
-5
lines changed
Filter options
Expand file tree Collapse file tree 1 file changed +3
-5
lines changed
Original file line number Diff line number Diff line change @@ -12,10 +12,8 @@ environment:
12
12
13
13
global :
14
14
PYTHONIOENCODING : UTF-8
15
- PYTEST_ARGS : -rawR --timeout=300 --durations=25 --cov-report= --cov=lib -m "not network"
16
- PYTHONHASHSEED : 0 # Workaround for pytest-xdist flaky collection order
17
- # https://github.com/pytest-dev/pytest/issues/920
18
- # https://github.com/pytest-dev/pytest/issues/1075
15
+ PYTEST_ARGS : -rawR --numprocesses=auto --timeout=300 --durations=25
16
+ --cov-report= --cov=lib -m "not network"
19
17
20
18
matrix :
21
19
# theoretically the CONDA_INSTALL_LOCN could be only two: one for 32bit,
@@ -70,7 +68,7 @@ install:
70
68
- echo %PYTHON_VERSION% %TARGET_ARCH%
71
69
- if %PYTHON_VERSION% == 2.7 conda install -q backports.functools_lru_cache
72
70
# pytest-cov>=2.3.1 due to https://github.com/pytest-dev/pytest-cov/issues/124
73
- - pip install -q "pytest!=3.3.0" "pytest-cov>=2.3.1" pytest-rerunfailures pytest-timeout
71
+ - pip install -q "pytest!=3.3.0" "pytest-cov>=2.3.1" pytest-rerunfailures pytest-timeout pytest-xdist
74
72
75
73
# Apply patch to `subprocess` on Python versions > 2 and < 3.6.3
76
74
# https://github.com/matplotlib/matplotlib/issues/9176
You can’t perform that action at this time.
0 commit comments