c55e4c1
@@ -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
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.