Skip to content

Commit

Permalink
Enable pytest-rerunfailures test dependency again
Browse files Browse the repository at this point in the history
pytest-rerunfailures is now compatible with pytest 6.1.0 and later.

Reverts: commit 8687e7f.
Reported-in: pytest-dev/pytest-rerunfailures#128
Fixed-by: pytest-dev/pytest-rerunfailures#129
  • Loading branch information
pabs3 committed Nov 7, 2021
1 parent 6e36266 commit 5bca10c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,7 @@ def run(self):
core_testenv = [
'pytest',
'pytest-cov',
# 'pytest-rerunfailures', # disabled 2020-08-28 for <https://github.com/pytest-dev/pytest-rerunfailures/issues/128>
'pytest-rerunfailures',
'mock',
'cython',
'testfixtures',
Expand Down

0 comments on commit 5bca10c

Please sign in to comment.