rocky/python-spark

incorrect setup_requires in setup.py

dol-sen opened this issue · 0 comments

s/setup_requires/tests_require/

Nose is a test only dependency. Using setup_requires forces it to be installed.
It should be a tests_require setting.