Skip to content

Commit

Permalink
Backport PR matplotlib#27858: pin pytest
Browse files Browse the repository at this point in the history
  • Loading branch information
tacaswell authored and meeseeksmachine committed Mar 4, 2024
1 parent e8d9bbd commit bc3f0b7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ dependencies:
- psutil
- pre-commit
- pydocstyle>=5.1.0
- pytest!=4.6.0,!=5.4.0
- pytest!=4.6.0,!=5.4.0,!=8.1.0
- pytest-cov
- pytest-rerunfailures
- pytest-timeout
Expand Down
2 changes: 1 addition & 1 deletion requirements/testing/all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ black<24
certifi
coverage!=6.3
psutil
pytest!=4.6.0,!=5.4.0
pytest!=4.6.0,!=5.4.0,!=8.1.0
pytest-cov
pytest-rerunfailures
pytest-timeout
Expand Down

0 comments on commit bc3f0b7

Please sign in to comment.