Skip to content

Commit 61c23e5

Browse files
authored
fix(deps): Restrict pytest-rerunfailures version to below 16 (#2072)
1 parent a380aff commit 61c23e5

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
@@ -60,7 +60,7 @@ test = [
6060
"playwright>=1.48.0",
6161
"pytest-xdist",
6262
"pytest-timeout",
63-
"pytest-rerunfailures",
63+
"pytest-rerunfailures<16",
6464
"pytest-cov",
6565
"coverage",
6666
"syrupy>=4.7.1",

0 commit comments

Comments
 (0)