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

setup.py: Get version from version.py #14

Merged
merged 1 commit into from
Dec 1, 2014

Conversation

msabramo
Copy link
Collaborator

@msabramo msabramo commented Dec 1, 2014

This creates a new file, pytest_httpbin/version.py and makes setup.py execute that file rather than doing an import pytest_httpbin which causes the setup.py to depend on pytest being installed.

Fixes: #9

Cc: @kevin1024, @sylvinus

This creates a new file, pytest_httpbin/version.py and makes setup.py
execute that file rather than doing an `import pytest_httpbin` which
causes the setup.py to depend on pytest being installed.

Fixes: kevin1024#9
kevin1024 added a commit that referenced this pull request Dec 1, 2014
setup.py: Get version from version.py
@kevin1024 kevin1024 merged commit 231e878 into kevin1024:master Dec 1, 2014
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.

Can't be installed at the same time than pytest?
2 participants