From: Paul Brossier Date: Fri, 2 Nov 2018 17:17:25 +0000 (+0100) Subject: [py] remove nose2 from setup.py X-Git-Tag: 0.4.9~71^2~29 X-Git-Url: https://git.aubio.org/?a=commitdiff_plain;h=0cc851413dd883863a8c46d21b5a266d7282a6e1;p=aubio.git [py] remove nose2 from setup.py --- diff --git a/setup.py b/setup.py index ab782a12..0407cc14 100755 --- a/setup.py +++ b/setup.py @@ -84,8 +84,4 @@ distrib = setup(name='aubio', 'aubiocut = aubio.cut:main', ], }, - test_suite = 'nose2.collector.collector', - extras_require = { - 'tests': ['numpy'], - }, )