Skip to content

Commit cb8c484

Browse files
authored
Merge pull request matplotlib#27858 from rcomer/pip-pytest
pin pytest away from broken version
2 parents 365c950 + fd806b9 commit cb8c484

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

environment.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ dependencies:
5959
- psutil
6060
- pre-commit
6161
- pydocstyle>=5.1.0
62-
- pytest!=4.6.0,!=5.4.0
62+
- pytest!=4.6.0,!=5.4.0,!=8.1.0
6363
- pytest-cov
6464
- pytest-rerunfailures
6565
- pytest-timeout

requirements/testing/all.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ black<24
44
certifi
55
coverage!=6.3
66
psutil
7-
pytest!=4.6.0,!=5.4.0
7+
pytest!=4.6.0,!=5.4.0,!=8.1.0
88
pytest-cov
99
pytest-rerunfailures
1010
pytest-timeout

0 commit comments

Comments
 (0)