Skip to content

Commit 2cdca64

Browse files
authored
Merge pull request #6365 from cjerdonek/pin-rerunfailures-plugin
Get CI working again: pin pytest-rerunfailures to < 7.0
2 parents de242d0 + 4bf25b0 commit 2cdca64

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tools/tests-requirements.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@ mock
33
pretend
44
pytest==3.8.2
55
pytest-cov
6-
pytest-rerunfailures
6+
# Prevent installing 7.0 which has install_requires "pytest >= 3.10".
7+
pytest-rerunfailures<7.0
78
pytest-timeout
89
pytest-xdist
910
pyyaml

0 commit comments

Comments
 (0)