From 6f7e9f5f9c28bee7a657ad313b3103b1dc3ce8a7 Mon Sep 17 00:00:00 2001 From: Paul Wise Date: Sun, 7 Nov 2021 10:22:20 +0800 Subject: [PATCH] Remove commented pytest-rerunfailures test dependency It is no longer needed. --- setup.py | 1 - 1 file changed, 1 deletion(-) diff --git a/setup.py b/setup.py index 80379c30e3..d1238e8fa7 100644 --- a/setup.py +++ b/setup.py @@ -267,7 +267,6 @@ def run(self): core_testenv = [ 'pytest', 'pytest-cov', -# 'pytest-rerunfailures', # disabled 2020-08-28 for 'mock', 'cython', 'testfixtures',