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

Fix python setup.py test won't actually download test dependencies #833

Closed
wants to merge 3 commits into from

Conversation

wooparadog
Copy link
Contributor

@wooparadog
Copy link
Contributor Author

Oh, it's more than just replacing PyTest base class, close for now.

@wooparadog wooparadog closed this Jul 30, 2014
@georgexsh
Copy link
Contributor

:sad:

@benoitc
Copy link
Owner

benoitc commented Jul 30, 2014

@wooparadog mmm couldn't you add all deps from requirement_dev.txt in test_requires ?

@wooparadog
Copy link
Contributor Author

@benoitc but tests don't need sphinx nor sphinx_rtd_theme...

@wooparadog
Copy link
Contributor Author

@benoitc oh, and by the way, all deps in requirement_dev.txt are already in test_requires...

@wooparadog wooparadog reopened this Jul 31, 2014
user_options = [
("cov", None, "measure coverage")
]

def initialize_options(self):
TestCommand.initialize_options(self)
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is there a reason to not using super() here?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yeah...it's an old style class...

@benoitc
Copy link
Owner

benoitc commented Aug 1, 2014

LGTM. @berkerpeksag ok for you too?

@berkerpeksag
Copy link
Collaborator

LGTM too, I've squashed the commits and merged in 2753aac. Thanks @wooparadog :)

@wooparadog wooparadog deleted the fix-setup-test branch August 3, 2014 13:23
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.

4 participants