Skip to content

Commit

Permalink
Suppress the "easy_install command is deprecated" warning (#676)
Browse files Browse the repository at this point in the history
This warning comes up when building ament_python packages
with the --symlink-install option.
  • Loading branch information
clalancette authored Nov 7, 2024
1 parent 83b3b4a commit 8c88f3d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions colcon_core/task/python/build.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@
sys.executable,
'-W',
'ignore:setup.py install is deprecated',
'-W',
'ignore:easy_install command is deprecated',
]


Expand Down

0 comments on commit 8c88f3d

Please sign in to comment.