File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,8 @@ environment:
17
17
CMD_IN_ENV : cmd /E:ON /V:ON /C obvci_appveyor_python_build_env.cmd
18
18
# Workaround for https://github.com/conda/conda-build/issues/636
19
19
PYTHONIOENCODING : UTF-8
20
- PYTEST_ARGS : -rawR --timeout=300 --durations=25 --cov-report= --cov=lib -m "not network"
20
+ PYTEST_ARGS : -rawR --numprocesses=auto --timeout=300 --durations=25
21
+ --cov-report= --cov=lib -m "not network"
21
22
22
23
matrix :
23
24
# for testing purpose: numpy 1.8 on py2.7, for the rest use 1.10/latest
@@ -90,7 +91,7 @@ install:
90
91
- echo %PYTHON_VERSION% %TARGET_ARCH%
91
92
- if %PYTHON_VERSION% == 2.7 conda install -q backports.functools_lru_cache
92
93
# pytest-cov>=2.3.1 due to https://github.com/pytest-dev/pytest-cov/issues/124
93
- - pip install -q pytest "pytest-cov>=2.3.1" pytest-rerunfailures pytest-timeout
94
+ - pip install -q pytest "pytest-cov>=2.3.1" pytest-rerunfailures pytest-timeout pytest-xdist
94
95
95
96
# Apply patch to `subprocess` on Python versions > 2 and < 3.6.3
96
97
# https://github.com/matplotlib/matplotlib/issues/9176
You can’t perform that action at this time.
0 commit comments