-
-
Notifications
You must be signed in to change notification settings - Fork 611
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
environment markers 'duplicated' (requirements + install_requires + pyproject.toml) #874
Comments
Removing the Line 84 in 52b9d3e
Do note that the Lines 74 to 93 in 52b9d3e
Line 168 in 52b9d3e
So, easy enough to throw in a hack to 'solve' my case but... being my first foray into pip-tools code, I don't know 1) how multiple markers from different places are supposed to be handled or 2) which place the resulting net environment markers should be stored. If someone has some guidance to help ramp me up on these points that would be appreciated. In the meantime I'll try to see how far I can get on my own (or maybe I'll take a walk and eat lunch |
One copy of the environment marker is coming from the |
FYI, related to #518. |
This was fixed in #1567 Doesn't reproduce anymore
|
Note how the requirements markers were duplicated below. The case differs in this output but not in the source. The source varies by the
requirements.in
having the version specified and theinstall_requires
not having it.Environment Versions
Steps to replicate
Expected result
Environment markers not duplicated. I don't know whether upper or lower case is proper.
Actual result
Environment markers are duplicated.
The text was updated successfully, but these errors were encountered: