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

Use a normalized package name in Python build test #606

Merged
merged 1 commit into from
Jan 17, 2024

Conversation

cottsay
Copy link
Member

@cottsay cottsay commented Jan 17, 2024

It appears that newer setuptools versions are no longer normalizing the package name. Rather than update the name that we're looking for, we should just use a normalized name to begin with so that the test works with both old and newer setuptools versions.

It appears that newer setuptools versions are no longer normalizing the
package name. Rather than update the name that we're looking for, we
should just use a normalized name to begin with so that the test works
with both old and newer setuptools versions.
@cottsay cottsay requested a review from clalancette January 17, 2024 21:00
@cottsay cottsay self-assigned this Jan 17, 2024
@cottsay cottsay added the bug Something isn't working label Jan 17, 2024
Copy link

codecov bot commented Jan 17, 2024

Codecov Report

Attention: 1 lines in your changes are missing coverage. Please review.

Comparison is base (8836d3a) 83.32% compared to head (434f436) 83.32%.
Report is 1 commits behind head on master.

Files Patch % Lines
colcon_core/__init__.py 0.00% 1 Missing ⚠️
Additional details and impacted files
@@           Coverage Diff           @@
##           master     #606   +/-   ##
=======================================
  Coverage   83.32%   83.32%           
=======================================
  Files          65       65           
  Lines        3760     3760           
  Branches      725      725           
=======================================
  Hits         3133     3133           
  Misses        551      551           
  Partials       76       76           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@cottsay cottsay merged commit d29f38d into master Jan 17, 2024
35 checks passed
@delete-merged-branch delete-merged-branch bot deleted the cottsay/normalized-package-name branch January 17, 2024 21:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Development

Successfully merging this pull request may close these issues.

2 participants