Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove build dependency on nose from setup.py #491

Merged
merged 1 commit into from
Dec 21, 2016

Conversation

rojkov
Copy link
Contributor

@rojkov rojkov commented Dec 21, 2016

Having nose required to run setup.py is needed only to enable
the nosetests command which is redundant since it duplicates
the test command. Also it prevents building python-rosdep
in build environments where external downloads during build time
are prohibited in order to provide reproducible and more reliable
builds.

Signed-off-by: Dmitry Rozhkov dmitry.rozhkov@linux.intel.com

Having nose required to run setup.py is needed only to enable
the `nosetests` command which is redundant since it duplicates
the `test` command. Also it prevents building python-rosdep
in build environments where external downloads during build time
are prohibited in order to provide reproducible and more reliable
builds.

Signed-off-by: Dmitry Rozhkov <dmitry.rozhkov@linux.intel.com>
@wjwwood
Copy link
Contributor

wjwwood commented Dec 21, 2016

lgtm, thanks!

@wjwwood wjwwood merged commit 9539265 into ros-infrastructure:master Dec 21, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants