From c55e4c17dce4ef027ee8ba36889cb5ac584bae8a Mon Sep 17 00:00:00 2001 From: Michał Górny Date: Apr 25 2020 18:30:24 +0000 Subject: Remove unused dep on unittest2 unittest2 is not used anywhere in the code. Its test collector is not used since c974830c79ea6d0eb195efb59e96ce622c5de0f1. Finally, this package is only meaningful for Python < 2.7. --- diff --git a/setup.py b/setup.py index ddad4bc..5120204 100644 --- a/setup.py +++ b/setup.py @@ -45,7 +45,6 @@ def test_suite(): test_requirements = [ - "unittest2 >=0.5.1", "testtools", "testscenarios >=0.4", "mock >=1.3",