-
-
Notifications
You must be signed in to change notification settings - Fork 2.8k
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
python setup.py test fails to install pytest #1685
Comments
Incidentally, while typing this up, I fixed the issue by pinning |
Looks like setuptools |
closing this one a setuptools issue |
I was bitten by this today. Do you know which setuptools bug is this, and whether it was fixed? |
Self answer pypa/setuptools#196 |
@Juanlu001 thanks for finding the reference |
4 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Environment is python3.5.1 virtualenv on macOSX. However I have the same issue when running in the
python:3.5
docker container, which is where the output I include below comes from.I am trying to test a django project using the
pytest-django
plugin and thepytest-runner
package for running from setup.py.This is the relevant part of my setup.py:
Running
python setup.py test
results in the following output:Notice that the installer first installs pytest django, then installs it again instead of pytest:
Not sure if this is an issue with pytest, pytest-django, pytest-runner, setuptools or something else, so feel free to close this and point me to the right place to make an issue.
The text was updated successfully, but these errors were encountered: