From 5bca10c2dfe5a6e8887b4d2c172de355e637537c Mon Sep 17 00:00:00 2001 From: Paul Wise Date: Sun, 7 Nov 2021 10:22:20 +0800 Subject: [PATCH] Enable pytest-rerunfailures test dependency again pytest-rerunfailures is now compatible with pytest 6.1.0 and later. Reverts: commit 8687e7f68afb9f9251e69039e04280b6ae1e7bdc. Reported-in: https://github.com/pytest-dev/pytest-rerunfailures/issues/128 Fixed-by: https://github.com/pytest-dev/pytest-rerunfailures/pull/129 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index ccb1142fb6..057fe09c4c 100644 --- a/setup.py +++ b/setup.py @@ -269,7 +269,7 @@ def run(self): core_testenv = [ 'pytest', 'pytest-cov', -# 'pytest-rerunfailures', # disabled 2020-08-28 for + 'pytest-rerunfailures', 'mock', 'cython', 'testfixtures',