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 ac6ac24

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

File tree

Expand file treeCollapse file tree

1 file changed

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

1 file changed

+3
-5
lines changed

‎.appveyor.yml

Copy file name to clipboardExpand all lines: .appveyor.yml
+3-5Lines 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)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.