Skip to content

Commit

Permalink
Merge pull request #6365 from cjerdonek/pin-rerunfailures-plugin
Browse files Browse the repository at this point in the history
Get CI working again: pin pytest-rerunfailures to < 7.0
  • Loading branch information
cjerdonek authored Mar 31, 2019
2 parents de242d0 + 4bf25b0 commit 2cdca64
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tools/tests-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ mock
pretend
pytest==3.8.2
pytest-cov
pytest-rerunfailures
# Prevent installing 7.0 which has install_requires "pytest >= 3.10".
pytest-rerunfailures<7.0
pytest-timeout
pytest-xdist
pyyaml
Expand Down

0 comments on commit 2cdca64

Please sign in to comment.