-
Notifications
You must be signed in to change notification settings - Fork 53
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
Pep 257 test fails with internal error on rolling #795
Comments
The issue is in This works on Humble because the fix was backported to |
I personally have jobs that both:
(1) can fail in this situation, but (2) usually doesn't. You can build other packages from source using the |
They have now: ros/rosdistro#36153. The fix should therefore be available in the next Rolling sync, possibly in a few weeks. In the meantime, it should soon be available in the prerelease/testing APT repo (which you can use with a |
Since there's no actual issue with |
Description
I have a standard ros2 CI setup for this repo. All tests passed until recently. But the rolling CI failed after a README.md change. The nearly identical humble one is fine. All checks pass locally.
I get the following error in my actions log:
Relevant part of the workflow configurations (same for both humble and rolling):
Expected Behavior
The pep257 check should pass under rolling as it does under humble.
Actual Behavior
It fails with an internal ValueError
To Reproduce
System (please complete the following information)
The text was updated successfully, but these errors were encountered: