Skip to content

Commit

Permalink
Change tests_require in setup.py to changes in setuptools
Browse files Browse the repository at this point in the history
Signed-off-by: Stefan Marr <[email protected]>
  • Loading branch information
smarr committed Dec 21, 2017
1 parent ab51f2e commit 29ae236
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,7 @@
entry_points = {
'console_scripts' : ['rebench = rebench:main_func']
},
tests_require = {
'SciPy': ['scipy>=0.8.0'],
},
tests_require = ['scipy>=0.8.0'],
test_suite = 'rebench.tests',
license = 'MIT'
)

0 comments on commit 29ae236

Please sign in to comment.