ros-industrial / industrial_ci

Easy continuous integration repository for ROS repositories
Apache License 2.0
248 stars 129 forks source link

catkin_lint not compatible with Python 2 anymore #886

Closed rhaschke closed 1 month ago

rhaschke commented 1 month ago

Running catkin_lint on a Melodic system recently fails: https://github.com/moveit/moveit/actions/runs/11203500734/job/31140821830?pr=3652#step:9:31595 https://github.com/fkie/catkin_lint/issues/113

mathias-luedtke commented 1 month ago

I pinned the version to that latest version, which has the python2 workarounds in place.

rhaschke commented 1 month ago

Thanks! This fixes CI.