Skip to content

Commit

Permalink
disable pytest-rerunfailures due to pytest-dev/pytest-rerunfailures#128
Browse files Browse the repository at this point in the history
  • Loading branch information
gojomo committed Sep 28, 2020
1 parent a21cad6 commit 267594d
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 @@ -267,7 +267,7 @@ def run(self):
# packages included for build-testing everywhere
core_testenv = [
'pytest',
'pytest-rerunfailures',
# 'pytest-rerunfailures', # disabled 2020-08-28 for <https://github.com/pytest-dev/pytest-rerunfailures/issues/128>
'mock',
'cython',
'nmslib',
Expand Down

0 comments on commit 267594d

Please sign in to comment.