Skip to content

Commit b4d12f0

Browse files
authored
Merge pull request #8928 from hugovk/pin-pytest
Pin pytest whilst pytest-rerunfailures is incompatible with pytest 6.1
2 parents 703d6ac + fbf710e commit b4d12f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/requirements/tests.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ enum34; python_version < '3.4'
55
freezegun
66
mock
77
pretend
8-
pytest
8+
pytest<6.1.0 # Until https://github.com/pytest-dev/pytest-rerunfailures/issues/128 is fixed
99
pytest-cov
1010
pytest-rerunfailures
1111
pytest-timeout

0 commit comments

Comments
 (0)