#48 Remove unused dep on unittest2
Closed 3 years ago by bignose. Opened 4 years ago by mgorny.
mgorny/python-daemon unittest2-dep  into  master

file modified
-1
@@ -45,7 +45,6 @@ 

  

  

  test_requirements = [

-         "unittest2 >=0.5.1",

          "testtools",

          "testscenarios >=0.4",

          "mock >=1.3",

unittest2 is not used anywhere in the code. Its test collector is not used since c974830. Finally, this package is only meaningful for Python < 2.7.

Thank you. Now that this library is planning to drop all Python 2 support (issue #44) I have incorporated these changes.

Pull-Request has been closed by bignose

3 years ago
Metadata