From ab11b6d9b0e7518322f13369305e153242552418 Mon Sep 17 00:00:00 2001 From: David Douard Date: Fri, 27 May 2016 14:45:02 +0200 Subject: [pkg] add egenix-mx-base in test requirements --- __pkginfo__.py | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) (limited to '__pkginfo__.py') diff --git a/__pkginfo__.py b/__pkginfo__.py index b91f0ac..d6fd907 100644 --- a/__pkginfo__.py +++ b/__pkginfo__.py @@ -41,10 +41,13 @@ scripts = [join('bin', 'pytest')] include_dirs = [join('test', 'data')] install_requires = [ - 'setuptools', - 'six >= 1.4.0', - ] -tests_require = ['pytz'] + 'setuptools', + 'six >= 1.4.0', +] +tests_require = [ + 'pytz', + 'egenix-mx-base', +] if sys.version_info < (2, 7): install_requires.append('unittest2 >= 0.5.1') -- cgit v1.2.1