Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add test_xmllint to rosidl_pycommon. #833

Merged
merged 2 commits into from
Nov 1, 2024

Conversation

clalancette
Copy link
Contributor

It is one of the tests that it is currently missing, and will validate if the package.xml is bad for some reason.

This is part of getting to ros2/ros2cli#944 , in the sense that it fixes the core to actually do this. @sloretz FYI

It is one of the tests that it is currently missing,
and will validate if the package.xml is bad for some reason.

Signed-off-by: Chris Lalancette <clalancette@gmail.com>
Copy link
Contributor

@sloretz sloretz left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think the package.xml needs a <test_depend> on ament_xmllint

<test_depend>ament_copyright</test_depend>
<test_depend>ament_flake8</test_depend>
<test_depend>ament_pep257</test_depend>
<test_depend>ament_mypy</test_depend>
<test_depend>python3-pytest</test_depend>

Signed-off-by: Chris Lalancette <clalancette@gmail.com>
@clalancette
Copy link
Contributor Author

I think the package.xml needs a <test_depend> on ament_xmllint

Good call. Fixed in 8355699

@clalancette
Copy link
Contributor Author

clalancette commented Oct 31, 2024

Pulls: #833
Gist: https://gist.githubusercontent.com/clalancette/3402cbaa7cedfb2f89fb7f3ea2d8b729/raw/283ac9a4c708155977fc011d5fc6ba79b7cf475a/ros2.repos
BUILD args: --packages-above-and-dependencies rosidl_pycommon
TEST args: --packages-above rosidl_pycommon
ROS Distro: rolling
Job: ci_launcher
ci_launcher ran: https://ci.ros2.org/job/ci_launcher/14759

  • Linux Build Status
  • Linux-aarch64 Build Status
  • Linux-rhel Build Status
  • Windows Build Status

@clalancette clalancette merged commit ecb5d12 into rolling Nov 1, 2024
4 checks passed
@clalancette clalancette deleted the clalancette/rosidl-py-common-add-xmllint branch November 1, 2024 13:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants