Skip to content

Commit

Permalink
Restrict pytest version to <6.1, so it works with pytest-rerunfailures
Browse files Browse the repository at this point in the history
This is a temporary fix.
See pytest-dev/pytest-rerunfailures#128
  • Loading branch information
s-weigand committed Sep 27, 2020
1 parent 5b735c2 commit 2f583b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements_dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ recommonmark>=0.6.0
# tests
django-app-helper>=2.2.2
selenium>=3.141.0
pytest>=5.1.3
pytest>=5.1.3,<6.1
pytest-django>=3.9.0
pytest-rerunfailures>=9.0
coverage>=4.5.1
Expand Down

0 comments on commit 2f583b3

Please sign in to comment.