Open Ryanf55 opened 3 months ago
ArduPilot is hosing the test environment.
Here, we install the apt version of setuptools https://github.com/ArduPilot/ardupilot/blob/96fe3da083ccdf387077e4d4582be541a1cb8f09/Tools/environment_install/install-prereqs-ubuntu.sh#L186 Then, this PR hoses the system install of setuptools with an ABI breaking version, and does it on the host OS. https://github.com/ArduPilot/ardupilot/pull/27689
This ticket still stands: https://github.com/ArduPilot/ardupilot/issues/26137
We need to be using a virtual environment if we are overwriting system installs with ABI breaking changes. It's not fair to developers who work outside of ArduPilot to overwrite the system packages with local ABI breaking versions .
Bug report
Issue details
Something appears to have broken in the colcon tests. None of them are executed.
Please describe the problem
Version
master
,4.5
.Platform [ ] All [ ] AntennaTracker [ ] Copter [ ] Plane [ ] Rover [ ] Submarine
Logs