ros-tooling / cross_compile

A tool to build ROS and ROS2 workspaces for various targets
Apache License 2.0
188 stars 60 forks source link

Pin flake8 version until ament_flake8 has a released version that supports the newest #192

Closed emersonknapp closed 4 years ago

emersonknapp commented 4 years ago

Schedules / PR builds are failing to run ament_flake8 - e.g. https://github.com/ros-tooling/cross_compile/actions/runs/102916470

ament_flake8 has been fixed on master for flake8 3.8, but we only want to depend on officially released tagged versions.

For now, pin flake8 back to non-breaking version. We can follow up later with an update to ament_lint versions once a fix is available.

Signed-off-by: Emerson Knapp emerson.b.knapp@gmail.com