Skip to content

Commit

Permalink
Remove commented pytest-rerunfailures test dependency (#3263)
Browse files Browse the repository at this point in the history
It is no longer needed.
  • Loading branch information
pabs3 committed Feb 26, 2022
1 parent d6620df commit 86b1832
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,6 @@ def run(self):
core_testenv = [
'pytest',
'pytest-cov',
# 'pytest-rerunfailures', # disabled 2020-08-28 for <https://github.com/pytest-dev/pytest-rerunfailures/issues/128>
'mock',
'cython',
'testfixtures',
Expand Down

0 comments on commit 86b1832

Please sign in to comment.