Skip to content

Commit

Permalink
Merge pull request #13122 from timhoffm/pin-pytest-4
Browse files Browse the repository at this point in the history
CI: Pin pytest<4.1 to unbreak CI tests
  • Loading branch information
tacaswell committed Jan 6, 2019
2 parents f399719 + f57f07d commit e673374
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ install:
- activate test-environment
- echo %PYTHON_VERSION% %TARGET_ARCH%
# pytest-cov>=2.3.1 due to https://github.com/pytest-dev/pytest-cov/issues/124
- 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

# Apply patch to `subprocess` on Python versions > 2 and < 3.6.3
# https://github.com/matplotlib/matplotlib/issues/9176
Expand Down
2 changes: 1 addition & 1 deletion requirements/testing/travis_all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ cycler
numpy
pillow
pyparsing
pytest
pytest<4.1
pytest-cov
pytest-faulthandler
pytest-rerunfailures
Expand Down

0 comments on commit e673374

Please sign in to comment.