File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -17,7 +17,8 @@ environment:
1717 CMD_IN_ENV : cmd /E:ON /V:ON /C obvci_appveyor_python_build_env.cmd
1818 # Workaround for https://github.com/conda/conda-build/issues/636
1919 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"
2122
2223 matrix :
2324 # for testing purpose: numpy 1.8 on py2.7, for the rest use 1.10/latest
@@ -90,7 +91,7 @@ install:
9091 - echo %PYTHON_VERSION% %TARGET_ARCH%
9192 - if %PYTHON_VERSION% == 2.7 conda install -q backports.functools_lru_cache
9293 # 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
9495
9596 # Apply patch to `subprocess` on Python versions > 2 and < 3.6.3
9697 # https://github.com/matplotlib/matplotlib/issues/9176
You can’t perform that action at this time.
0 commit comments