Skip to content

Commit

Permalink
Don't install pytest 4.6.0 on Travis
Browse files Browse the repository at this point in the history
It seems to be causing test failures, see pytest-dev/pytest#5358
  • Loading branch information
jkseppan committed Jun 2, 2019
1 parent 4b50ce6 commit 6c57ffd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .appveyor.yml
Expand Up @@ -66,7 +66,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.6" "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
Expand Up @@ -5,7 +5,7 @@ cycler
numpy
pillow
pyparsing
pytest
pytest>=4.5.0,<4.6.0
pytest-cov
pytest-faulthandler
pytest-rerunfailures
Expand Down

0 comments on commit 6c57ffd

Please sign in to comment.