We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f399719 + f57f07d commit e673374Copy full SHA for e673374
.appveyor.yml
@@ -65,7 +65,7 @@ install:
65
- activate test-environment
66
- echo %PYTHON_VERSION% %TARGET_ARCH%
67
# pytest-cov>=2.3.1 due to https://github.com/pytest-dev/pytest-cov/issues/124
68
- - pip install -q "pytest>=3.4" "pytest-cov>=2.3.1" pytest-rerunfailures pytest-timeout pytest-xdist
+ - pip install -q "pytest>=3.4,<4.1" "pytest-cov>=2.3.1" pytest-rerunfailures pytest-timeout pytest-xdist
69
70
# Apply patch to `subprocess` on Python versions > 2 and < 3.6.3
71
# https://github.com/matplotlib/matplotlib/issues/9176
requirements/testing/travis_all.txt
@@ -6,7 +6,7 @@ cycler
6
numpy
7
pillow
8
pyparsing
9
-pytest
+pytest<4.1
10
pytest-cov
11
pytest-faulthandler
12
pytest-rerunfailures
0 commit comments