Skip to content

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

Merged
kevin1024 merged 1 commit intokevin1024:masterfrom
msabramo:versionpy
Dec 1, 2014
Merged

setup.py: Get version from version.py#14
kevin1024 merged 1 commit intokevin1024:masterfrom
msabramo:versionpy

Conversation

@msabramo
Copy link
Copy Markdown
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