You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Pytest seems to work in our CI workflow, but seems broken when ran from inside pixi environments.
More information: the issue seems to arise from pytest and ros-humble-ros-base (as installed from robostack) being incompatible. The issue seems to be that Humble pins pytest to version 8.2.2, but Robostack hasn't updated the binary that it's distributing yet to fix a breaking change: a certain function call in the launch testing of Humble now doesn't have a required keyword. This change has been backported into Humble, but it needs to be released by Robostack.
Pytest seems to work in our CI workflow, but seems broken when ran from inside
pixi
environments.More information: the issue seems to arise from
pytest
andros-humble-ros-base
(as installed fromrobostack
) being incompatible. The issue seems to be that Humble pinspytest
to version 8.2.2, but Robostack hasn't updated the binary that it's distributing yet to fix a breaking change: a certain function call in the launch testing of Humble now doesn't have a required keyword. This change has been backported into Humble, but it needs to be released by Robostack.See: ros2/launch#777
The text was updated successfully, but these errors were encountered: