From bb01c80a2430a3465bb61f9865bd8fb2c5effc05 Mon Sep 17 00:00:00 2001 From: Ivo Jimenez Date: Mon, 13 Jul 2015 13:37:43 -0700 Subject: [PATCH] Removes test_require from setup.py setuptools doesn't install dependencies found in tests_require, so there's no need to have these here. --- setup.py | 1 - 1 file changed, 1 deletion(-) 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 -- 2.47.3