Skip to content
Snippets Groups Projects
Commit d26cc8ca authored by Christoph Groth's avatar Christoph Groth
Browse files

setup.py: get rid of tests_require

It has the same problems as setup_requires.
parent c867f67a
No related branches found
No related tags found
No related merge requests found
...@@ -616,7 +616,6 @@ def main(): ...@@ -616,7 +616,6 @@ def main():
'build_tut': build_tut, 'build_tut': build_tut,
'test': test}, 'test': test},
ext_modules=exts, ext_modules=exts,
tests_require=['numpy > 1.6.1', 'pytest >= 2.6.3'],
install_requires=['numpy > 1.6.1', 'scipy >= 0.11.0', 'tinyarray'], install_requires=['numpy > 1.6.1', 'scipy >= 0.11.0', 'tinyarray'],
extras_require={'plotting': 'matplotlib >= 1.2'}, extras_require={'plotting': 'matplotlib >= 1.2'},
classifiers=[c.strip() for c in classifiers.split('\n')]) classifiers=[c.strip() for c in classifiers.split('\n')])
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment