colcon / colcon-core

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

Stop testing 'tests-require' functionality #661

Closed cottsay closed 2 months ago

cottsay commented 2 months ago

This field was removed from setuptools v72.0.0. We'll continue to read the field in colcon when the underlying setuptools version supports it, but this change drops the testing for its functionality.

Users should already be seeing a deprecation warning from setuptools if they use this field.

codecov[bot] commented 2 months ago

Codecov Report

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

Project coverage is 87.34%. Comparing base (f9072e8) to head (4e6f6d5). Report is 1 commits behind head on master.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #661 +/- ## ======================================= Coverage 87.34% 87.34% ======================================= Files 67 67 Lines 3913 3913 Branches 776 776 ======================================= Hits 3418 3418 Misses 391 391 Partials 104 104 ```

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