Skip to content

Commit

Permalink
Merge pull request #8928 from hugovk/pin-pytest
Browse files Browse the repository at this point in the history
Pin pytest whilst pytest-rerunfailures is incompatible with pytest 6.1
  • Loading branch information
pradyunsg authored Sep 28, 2020
2 parents 703d6ac + fbf710e commit b4d12f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/requirements/tests.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ enum34; python_version < '3.4'
freezegun
mock
pretend
pytest
pytest<6.1.0 # Until https://github.com/pytest-dev/pytest-rerunfailures/issues/128 is fixed
pytest-cov
pytest-rerunfailures
pytest-timeout
Expand Down

0 comments on commit b4d12f0

Please sign in to comment.