-
-
Notifications
You must be signed in to change notification settings - Fork 529
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
Double requirement given: setuptools #1349
Comments
18.1, no? |
there's no such thing |
Oh, sorry, confused with pip from the output above. |
Will this handle the case when I define twice the same depency but with different environment marker? I think we should switch to pep517 library instead to handle source generation. |
The patch fixes the boo-boo I made here: https://github.com/tox-dev/tox/pull/1324/files#diff-9157e9e969072aa669023dd9fc218647L34 no idea how it handles
|
I'm reproducing this using
pytest
's4.6-maintenance
branch at430de12f351a81d3cd0e265bcb23547fb91dcc8a
This seems due to the pip version being used -- I'm using
virtualenv==16.1
to get that trace, but I don't get a trace withvirtualenv==16.6.1
The workaround for now is to upgrade
virtualenv
The text was updated successfully, but these errors were encountered: