-
-
Notifications
You must be signed in to change notification settings - Fork 614
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
Second-level requirements for editable reqs disappear after round 1 #466
Comments
+1. 1.8.1 is resulting in dependencies of |
Does this happen in 1.8.0 ? |
No, it is new in 1.8.1. After some digging, I believe I've found the cause. Bear with me as I may be using incorrect terminology at times since I'm not very familiar with the internals of pip. For editable reqs, the resolver always calls
|
Should be fixed by #476. |
In 1.8.0, running
pip-compile
would include requirements from editable reqs in the output file.This is a possible regression introduced by 444fba5, when the multi-round requirement calculation was introduced.
Environment Versions
Steps to replicate
requirements.in:
Expected result
(Note that this includes setuptools reqs as in #445, but unrelated to the issue at hand )
Actual result
Debug output
The text was updated successfully, but these errors were encountered: