Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit e6448ba

Browse filesBrowse files
authored
Merge pull request matplotlib#9449 from Kojoley/tst-appveyor-enable-xdist
CI: Enable xdist on Appveyor
2 parents e6a74e5 + 7e42898 commit e6448ba
Copy full SHA for e6448ba

File tree

Expand file treeCollapse file tree

1 file changed

+3
-2
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+3
-2
lines changed

‎.appveyor.yml

Copy file name to clipboardExpand all lines: .appveyor.yml
+3-2Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.