-
Notifications
You must be signed in to change notification settings - Fork 12
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
Requires-Python from Wheel needs audit #12
Comments
I believe we need to clean it before we build the wheel |
Forgot to mention but I experiemented a bit, and here’s the important part passa/src/passa/dependencies.py Lines 192 to 210 in eb7194d
This is almost definitely not covering all cases, but I couldn’t find many good 1.x wheel examples, so we’ll have to fix it as we go. Also I found that even if I’m reading the correct field, JSON API and the wheel can still return different values. This is just terrible. |
oh yeah to summarize what we talked about whenever that was, and the reason why we have the custom cleaning stuff in pipenv, |
Indeed. This function (or the resolver in general) does not try to actually parse the string in any sense. The parsing part is done after the resolution, by the marker thing you implemented. |
No description provided.
The text was updated successfully, but these errors were encountered: