File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ environment:
14
14
CMD_IN_ENV : cmd /E:ON /V:ON /C obvci_appveyor_python_build_env.cmd
15
15
# Workaround for https://github.com/conda/conda-build/issues/636
16
16
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"
18
18
PYTHONHASHSEED : 0 # Workaround for pytest-xdist flaky collection order
19
19
# https://github.com/pytest-dev/pytest/issues/920
20
20
# https://github.com/pytest-dev/pytest/issues/1075
@@ -88,7 +88,7 @@ install:
88
88
- echo %PYTHON_VERSION% %TARGET_ARCH%
89
89
- if %PYTHON_VERSION% == 2.7 conda install -q backports.functools_lru_cache
90
90
# 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
92
92
93
93
# Let the install prefer the static builds of the libs
94
94
- set LIBRARY_LIB=%CONDA_PREFIX%\Library\lib
You can’t perform that action at this time.
0 commit comments