Skip to content

Commit fd2fdb1

Browse files
committed
CI: do not use xdist on appveyor
Looks like there are many exceptions coming out of it's communication layer in the appveyor logs.
1 parent 861d0c0 commit fd2fdb1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.appveyor.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ environment:
1414
CMD_IN_ENV: cmd /E:ON /V:ON /C obvci_appveyor_python_build_env.cmd
1515
# Workaround for https://github.com/conda/conda-build/issues/636
1616
PYTHONIOENCODING: UTF-8
17-
PYTEST_ARGS: -rawR --timeout=300 --durations=25 -n %NUMBER_OF_PROCESSORS% --cov-report= --cov=lib -m "not network"
17+
PYTEST_ARGS: -rawR --timeout=300 --durations=25 --cov-report= --cov=lib -m "not network"
1818
PYTHONHASHSEED: 0 # Workaround for pytest-xdist flaky collection order
1919
# https://github.com/pytest-dev/pytest/issues/920
2020
# https://github.com/pytest-dev/pytest/issues/1075
@@ -88,7 +88,7 @@ install:
8888
- echo %PYTHON_VERSION% %TARGET_ARCH%
8989
- if %PYTHON_VERSION% == 2.7 conda install -q backports.functools_lru_cache
9090
# pytest-cov>=2.3.1 due to https://github.com/pytest-dev/pytest-cov/issues/124
91-
- pip install -q pytest "pytest-cov>=2.3.1" pytest-rerunfailures pytest-timeout pytest-xdist
91+
- pip install -q pytest "pytest-cov>=2.3.1" pytest-rerunfailures pytest-timeout
9292

9393
# Let the install prefer the static builds of the libs
9494
- set LIBRARY_LIB=%CONDA_PREFIX%\Library\lib

0 commit comments

Comments
 (0)