fix: pixi test command#35
Merged
Merged
Conversation
Signed-off-by: Kacper Dąbrowski <kacper.dabrowski@robotec.ai>
d48ea74 to
97702f0
Compare
boczekbartek
approved these changes
Jul 10, 2026
boczekbartek
left a comment
Member
There was a problem hiding this comment.
Approving. Test command works as expected now.
Tested with:
pixi run sim
pixi run stack
pixi run agents
and
pixi run test
Command above launches pytest tests successfully.
One note:
1 of many tests failed for me because of the collision between the robot and the human in the scene. I didn't run the full suite. Approving anyway, since it's not connected current PR.
collected 889 items
tests/test_housekeep.py::test_single_box_housekeeping[A01] FAILED [ 0%]
tests/test_housekeep.py::test_single_box_housekeeping[A02] PASSED [ 0%]
tests/test_housekeep.py::test_single_box_housekeeping[A03] PASSED [ 0%]
tests/test_housekeep.py::test_single_box_housekeeping[A04] PASSED [ 0%]
tests/test_housekeep.py::test_single_box_housekeeping[A05] PASSED [ 0%]
tests/test_housekeep.py::test_single_box_housekeeping[A06] PASSED [ 0%]
tests/test_housekeep.py::test_single_box_housekeeping[B01] PASSED [ 0%]
tests/test_housekeep.py::test_single_box_housekeeping[B02] PASSED [ 0%]
tests/test_housekeep.py::test_single_box_housekeeping[B03] PASSED [ 1%]
tests/test_housekeep.py::test_single_box_housekeeping[B04] PASSED [ 1%]
tests/test_housekeep.py::test_single_box_housekeeping[C01]
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR fixes an error caused by some pytest plugins from ROS2 being built for a different pytest version than ours: