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

Suppress the "easy_install command is deprecated" warning. #676

Merged
merged 1 commit into from
Nov 7, 2024

Conversation

clalancette
Copy link
Contributor

This warning comes up when building ament_python packages with the --symlink-install option.

This is similar to #626, but for symlink installs.

This should "fix" ros2/ros2#1577 .

This warning comes up when building ament_python packages
with the --symlink-install option.

Signed-off-by: Chris Lalancette <[email protected]>
Copy link

codecov bot commented Nov 7, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 87.28%. Comparing base (83b3b4a) to head (08b4553).
Report is 2 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #676   +/-   ##
=======================================
  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.


🚨 Try these New Features:

@cottsay cottsay merged commit 8c88f3d into master Nov 7, 2024
36 checks passed
@cottsay cottsay deleted the clalancette/suppress-easy-install-symlink branch November 7, 2024 21:35
@cottsay cottsay added this to the 0.18.3 milestone Nov 24, 2024
@cottsay cottsay added the bug Something isn't working label Nov 24, 2024
@cottsay cottsay self-assigned this Nov 24, 2024
@cottsay cottsay modified the milestones: 0.18.3, 0.18.4 Nov 24, 2024
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