Skip to content

Commit e31a429

Browse files
timhoffmmeeseeksmachine
authored andcommitted
Backport PR matplotlib#31896: TST: temporarily pin pytest
1 parent bd075d9 commit e31a429

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

environment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ dependencies:
6363
- psutil
6464
- prek
6565
- pydocstyle>=5.1.0
66-
- pytest!=4.6.0,!=5.4.0,!=8.1.0
66+
- pytest!=4.6.0,!=5.4.0,!=8.1.0,<9.1.0
6767
- pytest-cov
6868
- pytest-rerunfailures
6969
- pytest-timeout

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ test = [
130130
"certifi",
131131
"coverage!=6.3",
132132
"psutil; sys_platform != 'cygwin'",
133-
"pytest!=4.6.0,!=5.4.0,!=8.1.0",
133+
"pytest!=4.6.0,!=5.4.0,!=8.1.0,<9.1.0",
134134
"pytest-cov",
135135
"pytest-rerunfailures!=16.0",
136136
"pytest-timeout",

0 commit comments

Comments
 (0)