Skip to content

Commit cd27324

Browse files
committed
Pin pytest to <3.8
1 parent 7c67116 commit cd27324

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.appveyor.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,8 @@ install:
6666
- activate test-environment
6767
- echo %PYTHON_VERSION% %TARGET_ARCH%
6868
# pytest-cov>=2.3.1 due to https://github.com/pytest-dev/pytest-cov/issues/124
69-
- pip install -q "pytest!=3.3.0,>=3.2.0" "pytest-cov>=2.3.1" pytest-rerunfailures pytest-timeout pytest-xdist
69+
- pip install -q "pytest!=3.3.0,>=3.2.0,<3.8" "pytest-cov>=2.3.1"
70+
pytest-rerunfailures pytest-timeout pytest-xdist
7071

7172
# Apply patch to `subprocess` on Python versions > 2 and < 3.6.3
7273
# https://github.com/matplotlib/matplotlib/issues/9176

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ env:
5555
- PYPARSING=pyparsing
5656
# pytest-timeout master depends on pytest>=3.6. Testing with pytest 3.1 is
5757
# still supported; this is tested by the first matrix entry.
58-
- PYTEST='pytest>=3.6'
58+
- PYTEST='pytest>=3.6,<3.8'
5959
- PYTEST_COV=pytest-cov
6060
- PYTEST_PEP8=
6161
- PYTEST_TIMEOUT=pytest-timeout

0 commit comments

Comments
 (0)