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

Skip legacy entry_point tests on Python 3.13+ #679

Merged
merged 1 commit into from
Nov 28, 2024

Conversation

cottsay
Copy link
Member

@cottsay cottsay commented Nov 25, 2024

These tests require pkg_resources, which was removed in Python 3.13.

Note that the entry_point API has been deprecated since #562 and is no longer used in any colcon packages maintained here.

These tests require pkg_resources, which was removed in Python 3.13.
@cottsay cottsay added the bug Something isn't working label Nov 25, 2024
@cottsay cottsay self-assigned this Nov 25, 2024
@cottsay cottsay added this to the 0.18.5 milestone Nov 25, 2024
Copy link

codecov bot commented Nov 25, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 87.28%. Comparing base (fc1cae5) to head (2802942).
Report is 2 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #679   +/-   ##
=======================================
  Coverage   87.28%   87.28%           
=======================================
  Files          68       68           
  Lines        3949     3949           
  Branches      760      760           
=======================================
  Hits         3447     3447           
  Misses        396      396           
  Partials      106      106           

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

Copy link
Contributor

@nuclearsandwich nuclearsandwich left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Tested on 3.13 locally and it only failed on the spellcheck.

@cottsay cottsay merged commit bfe289c into master Nov 28, 2024
36 checks passed
@cottsay cottsay deleted the cottsay/py313-no-pkg-resources branch November 28, 2024 03:52
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