Skip to content

Commit 41730fa

Browse files
authored
Fix rerunfailures to 15.1 (#13807)
CI seems to have broken by the 16.0 update that was released today. Signed-off-by: Erik Lundell <[email protected]>
1 parent 7787d45 commit 41730fa

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
@@ -63,7 +63,7 @@ dependencies=[
6363
"parameterized",
6464
"pytest",
6565
"pytest-xdist",
66-
"pytest-rerunfailures",
66+
"pytest-rerunfailures==15.1",
6767
"pyyaml",
6868
"ruamel.yaml",
6969
"sympy",

0 commit comments

Comments
 (0)