8000 Merge pull request #9449 from Kojoley/tst-appveyor-enable-xdist · matplotlib/matplotlib@ac6ac24 · GitHub
[go: up one dir, main page]

Skip to content

Commit ac6ac24

Browse files
committed
Merge pull request #9449 from Kojoley/tst-appveyor-enable-xdist
CI: Enable xdist on Appveyor
1 parent c6dd843 commit ac6ac24

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

.appveyor.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,8 @@ environment:
1212

1313
global:
1414
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"
1917

2018
matrix:
2119
# theoretically the CONDA_INSTALL_LOCN could be only two: one for 32bit,
@@ -70,7 +68,7 @@ install:
7068
- echo %PYTHON_VERSION% %TARGET_ARCH%
7169
- if %PYTHON_VERSION% == 2.7 conda install -q backports.functools_lru_cache
7270
# 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
7472

7573
# Apply patch to `subprocess` on Python versions > 2 and < 3.6.3
7674
# https://github.com/matplotlib/matplotlib/issues/9176

0 commit comments

Comments
 (0)
0