Skip to content

Commit fe78309

Browse files
authored
Merge pull request #31896 from rcomer/pin-pytest
TST: temporarily pin pytest
2 parents ea157d7 + afb7f27 commit fe78309

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
@@ -129,7 +129,7 @@ test = [
129129
"certifi",
130130
"coverage!=6.3",
131131
"psutil; sys_platform != 'cygwin'",
132-
"pytest!=4.6.0,!=5.4.0,!=8.1.0",
132+
"pytest!=4.6.0,!=5.4.0,!=8.1.0,<9.1.0",
133133
"pytest-cov",
134134
"pytest-rerunfailures!=16.0",
135135
"pytest-timeout",

0 commit comments

Comments
 (0)