scipy / weave

Weave - tools for including C/C++ code within Python code.
https://pypi.org/project/scipy-weave/
Other
55 stars 27 forks source link

Test subcommand of setup.py requires setuptools as well. #9

Closed mcepl closed 6 years ago

mcepl commented 6 years ago

For openSUSE package I would love to have python setup.py test command working, but it isn't because for test subcommand doesn't use setuptools. This pull requests fixes that.

rgommers commented 6 years ago

Looks fine to me, merged. Thanks @mcepl