File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments