Skip to content
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

Allow Wheel to work when no version is specified in filename #3411

Closed
wants to merge 1 commit into from

Conversation

dhiltonp
Copy link

I hit a problem where poetry wasn't handling a package correctly.

It turns out that the wheel_file_re pattern correctly treats version as optional, but Wheel wasn't.

I've updated Wheel to properly handle this case and added a test using the exact package name that tripped me up.

@dhiltonp
Copy link
Author

@finswimmer's fix in #3338 is the better fix, I made a mistake when examining the regex and thought the current regex was working correctly.

@dhiltonp dhiltonp closed this Nov 24, 2020
Copy link

github-actions bot commented Mar 1, 2024

This pull request has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Mar 1, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant