From c46c13d73388b3d1cd46e26cb179da28bb752d88 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Sat, 16 Jul 2016 10:57:40 +0200 Subject: [PATCH] disable tests, as they require a newer mock version --- setup.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/setup.py b/setup.py index 52aaf3a..2909b74 100644 --- a/setup.py +++ b/setup.py @@ -64,8 +64,6 @@ setup( long_description=open('README.rst').read() + '\n\n' + open('CHANGELOG.rst').read(), keywords='redmine,redminecrm,easyredmine', install_requires=['requests >= 0.12.1'], - tests_require=tests_require, - cmdclass={'test': NoseTests}, zip_safe=False, classifiers=[ 'Development Status :: 5 - Production/Stable',