Skip to content

Commit

Permalink
Upgrade pytest again
Browse files Browse the repository at this point in the history
  • Loading branch information
jkseppan committed Jun 2, 2019
1 parent 4eb0037 commit 996f5cf
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,<4.6" "pytest-cov>=2.3.1" pytest-rerunfailures pytest-timeout pytest-xdist
- pip install -q "pytest>=4.6.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
Expand Up @@ -5,7 +5,7 @@ cycler
numpy
pillow
pyparsing
pytest>=4.5.0,<4.6.0
pytest>=4.6.1
pytest-cov
pytest-faulthandler
pytest-rerunfailures
Expand Down

0 comments on commit 996f5cf

Please sign in to comment.