From 31696ea29a38c64c19a69f6f94c1513f59971e96 Mon Sep 17 00:00:00 2001 From: Martin Hunt Date: Wed, 10 Jun 2015 16:11:12 +0100 Subject: [PATCH] nose required by tests, not install --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 27543e55..3a01b683 100644 --- a/setup.py +++ b/setup.py @@ -15,8 +15,8 @@ url='https://github.com/sanger-pathogens/ariba', scripts=glob.glob('scripts/*'), test_suite='nose.collector', + tests_require=['nose >= 1.3'], install_requires=[ - 'nose >= 1.3', 'openpyxl', 'pyfastaq >= 3.0.1', 'pysam >= 0.8.1',