From c00a2e0de8df800beb4d63c1b3cd685df5dab2f3 Mon Sep 17 00:00:00 2001 From: Stein Magnus Jodal Date: Thu, 20 Jun 2013 19:45:59 +0200 Subject: [PATCH] reqs: unittest2 not required when on Python 2.7 --- setup.py | 1 - 1 file changed, 1 deletion(-) diff --git a/setup.py b/setup.py index 8e02d53d..dfc617a1 100644 --- a/setup.py +++ b/setup.py @@ -36,7 +36,6 @@ setup( tests_require=[ 'nose', 'mock >= 1.0', - 'unittest2', ], entry_points={ 'console_scripts': [