-
Notifications
You must be signed in to change notification settings - Fork 30
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
Can't be installed at the same time than pytest? #9
Comments
Ugh, that's why I shouldn't import the module to read the version from setup.py. Thanks for the bug report. |
Ditto. Just saw this as well. Importing from a module in |
msabramo
added a commit
to msabramo/pytest-httpbin
that referenced
this issue
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: kevin1024#9
@sylvinus: Can you verify that this is fixed in the latest |
This should be fixed in 0.0.5. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
My requirements.txt file:
When installing, I get:
If it install pytest first, then pytest-httpbin, it works.
Thanks!
The text was updated successfully, but these errors were encountered: