From: Ivo Jimenez Date: Mon, 13 Jul 2015 20:37:43 +0000 (-0700) Subject: Removes test_require from setup.py X-Git-Tag: 1.1.0~871^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=bb01c80a2430a3465bb61f9865bd8fb2c5effc05;p=teuthology.git Removes test_require from setup.py setuptools doesn't install dependencies found in tests_require, so there's no need to have these here. --- diff --git a/setup.py b/setup.py index ddea12f5..4c256a8a 100644 --- a/setup.py +++ b/setup.py @@ -56,7 +56,6 @@ setup( 'ndg-httpsclient', 'pyasn1', ], - tests_require=['nose >=1.0.0', 'fudge >=1.0.3'], # to find the code associated with entry point