Merge branch 'master' into feature/pytest
[aubio.git] / setup.py
index 4ff5fcb..a953e8c 100755 (executable)
--- a/setup.py
+++ b/setup.py
@@ -89,8 +89,4 @@ distrib = setup(name='aubio',
             'aubiocut = aubio.cut:main',
         ],
     },
-    test_suite = 'nose2.collector.collector',
-    extras_require = {
-        'tests': ['numpy'],
-        },
     )