Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 907f1fa

Browse files
committed
TST: Use only pip for pytest packages.
1 parent bb49d20 commit 907f1fa

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.appveyor.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,8 +94,7 @@ install:
9494
- echo %PYTHON_VERSION% %TARGET_ARCH%
9595
- if %PYTHON_VERSION% == 2.7 conda install -q backports.functools_lru_cache
9696
# pytest-cov>=2.3.1 due to https://github.com/pytest-dev/pytest-cov/issues/124
97-
- conda install -q pytest "pytest-cov>=2.3.1" pytest-timeout pytest-xdist
98-
- pip install -q pytest-rerunfailures pytest-warnings
97+
- pip install -q pytest "pytest-cov>=2.3.1" pytest-rerunfailures pytest-timeout pytest-warnings pytest-xdist
9998

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

0 commit comments

Comments
 (0)