From 1ca37b55f874d3df6f97a006c8690b985a86c00b Mon Sep 17 00:00:00 2001 From: Julien Jehannet Date: Wed, 22 Sep 2010 11:00:57 +0200 Subject: [unittest2] make standard import under py3.x (skip unittest2 support from here) --- __pkginfo__.py | 3 +++ 1 file changed, 3 insertions(+) (limited to '__pkginfo__.py') diff --git a/__pkginfo__.py b/__pkginfo__.py index 1182ae4..9ffa938 100644 --- a/__pkginfo__.py +++ b/__pkginfo__.py @@ -39,3 +39,6 @@ from os.path import join scripts = [join('bin', 'pytest')] include_dirs = [join('test', 'data')] pyversions = ['2.4', '2.5', '2.6'] + +install_requires = ['unittest2 >= 0.5.1'] + -- cgit v1.2.1