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

Fix py_version parsing in our Wheel class #147

Merged
merged 2 commits into from
Oct 28, 2015

Conversation

sigmavirus24
Copy link
Member

Closes #145

Using the basename allows us to avoid problems with bizarrely non-standard
usage.

Closes pypa#145
sigmavirus24 added a commit that referenced this pull request Oct 28, 2015
Fix py_version parsing in our Wheel class
@sigmavirus24 sigmavirus24 merged commit ed00fda into pypa:master Oct 28, 2015
@sigmavirus24 sigmavirus24 modified the milestone: 1.6.4 Oct 28, 2015
dnicolodi added a commit to dnicolodi/twine that referenced this pull request Dec 19, 2024
This test file was added in 8b8790b (Add tests to ensure version
parsing does not regress, part of pypa#147) with the intent of testing the
target Python version from wheel file names.

However, the filename is identical to the one of the other text
fixture tests/fixtures/twine-1.5.0-py2.py3-none-any.whl thus it does
not appear to add any additional coverage to the code extracting the
target Python version.
dnicolodi added a commit to dnicolodi/twine that referenced this pull request Dec 19, 2024
This test file was added in 8b8790b (Add tests to ensure version
parsing does not regress, part of pypa#147) with the intent of testing the
target Python version from wheel file names.

However, the filename is identical to the one of the other text
fixture tests/fixtures/twine-1.5.0-py2.py3-none-any.whl thus it does
not appear to add any additional coverage to the code extracting the
target Python version.
dnicolodi added a commit to dnicolodi/twine that referenced this pull request Dec 19, 2024
This test file was added in 8b8790b (Add tests to ensure version
parsing does not regress, part of pypa#147) with the intent of testing the
target Python version from wheel file names.

However, the filename is identical to the one of the other text
fixture tests/fixtures/twine-1.5.0-py2.py3-none-any.whl thus it does
not appear to add any additional coverage to the code extracting the
target Python version.
dnicolodi added a commit to dnicolodi/twine that referenced this pull request Dec 26, 2024
This test file was added in 8b8790b (Add tests to ensure version
parsing does not regress, part of pypa#147) with the intent of testing the
target Python version from wheel file names.

However, the filename is identical to the one of the other text
fixture tests/fixtures/twine-1.5.0-py2.py3-none-any.whl thus it does
not appear to add any additional coverage to the code extracting the
target Python version.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant