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

Normalize package name detected by pip list #25

Merged
merged 1 commit into from
Mar 4, 2024

Conversation

cottsay
Copy link
Member

@cottsay cottsay commented Mar 1, 2024

Modern Python (or setuptools?) versions no longer normalize package names during installation. This isn't a problem in any of the current colcon packages, but if any are ever introduced which contain an underscore, normalization will be necessary to ensure that we properly detect the package name on all supported Python versions in the matrix.

Requires #23 to actually be tested by CI

@cottsay cottsay requested a review from nuclearsandwich March 1, 2024 19:08
@cottsay cottsay self-assigned this Mar 1, 2024
action.yaml Outdated Show resolved Hide resolved
@cottsay cottsay force-pushed the cottsay/normalize-pkg-names branch from d2621b5 to b503500 Compare March 2, 2024 21:24
@cottsay cottsay force-pushed the cottsay/normalize-pkg-names branch from b503500 to 4e45db4 Compare March 2, 2024 21:28
@cottsay cottsay marked this pull request as ready for review March 4, 2024 19:43
@cottsay cottsay merged commit e05c852 into main Mar 4, 2024
20 checks passed
@cottsay cottsay deleted the cottsay/normalize-pkg-names branch March 4, 2024 19:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants