-
Notifications
You must be signed in to change notification settings - Fork 251
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
22.0: The new requirement parser doesn't handle unnormalized specifiers #629
Comments
For the record, |
Did it parse as a LegacySpecifier? If not, this might be a discrepancy between the logic in the new parser vs Specifier. Thinking a bit more, it might make sense to tweak the parser to try and directly match using the Specifier regex itself. |
The error message gives a hint of what's happening: |
I expect this is what is breaking build’s test suite with 22.0. Probably should verify the dev version fixes build’s tests. I’m on vacation through tomorrow so can’t check till the weekend. Anyone else from @pypa/build? https://github.com/pypa/build/actions/runs/3649979305 Or it might be #545, actually, and we just need to update our tests. |
Ideally, we should make them consistent.
The text was updated successfully, but these errors were encountered: