colcon / colcon-core

Command line tool to build sets of software packages
http://colcon.readthedocs.io
Apache License 2.0
103 stars 46 forks source link

Suppress setup.py deprecation warnings during build #626

Closed cottsay closed 6 months ago

cottsay commented 6 months ago

This warning is legitimate and something that developers should be aware of, but at present, the replacement does not provide all of the functionality necessary to support the currently available features in colcon.

When that changes, we'll communicate the upgrade path to users and re-enable the deprecation warning.

Related to #454, #208

codecov[bot] commented 6 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 83.32%. Comparing base (c7d8194) to head (98e30ff).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #626 +/- ## ========================================== - Coverage 83.37% 83.32% -0.06% ========================================== Files 66 66 Lines 3789 3789 Branches 737 737 ========================================== - Hits 3159 3157 -2 - Misses 556 557 +1 - Partials 74 75 +1 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.