Skip to content

Commit 9981e41

Browse files
authored
Pin pytest<9 (#15787)
### Summary Trying to fix failing CI. Seems like something is up with our subtests that causes a failure deep cloning in the pytest code. I'm going to pin pytest<9 for now.
1 parent 6de1f4e commit 9981e41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ dependencies=[
6262
"packaging",
6363
"pandas>=2.2.2; python_version >= '3.10'",
6464
"parameterized",
65-
"pytest",
65+
"pytest<9.0",
6666
"pytest-xdist",
6767
"pytest-rerunfailures==15.1",
6868
"pytest-json-report",

0 commit comments

Comments
 (0)