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

🧑‍🌾 ament_mypy test_mypy failures in windows repeated CI #523

Open
Crola1702 opened this issue Mar 3, 2025 · 0 comments
Open

🧑‍🌾 ament_mypy test_mypy failures in windows repeated CI #523

Crola1702 opened this issue Mar 3, 2025 · 0 comments

Comments

@Crola1702
Copy link
Contributor

Reference build:

Test regressions:

These test have been failing since January 25th

Log output:
_______________________________ test_mypy[1-3] ________________________________
test\test_mypy.py:21: in test_mypy
    assert rc == 0, 'Found code style errors / warnings'
E   AssertionError: Found code style errors / warnings
E   assert 1 == 0
---------------------------- Captured stdout call -----------------------------

8 files checked
2 errors
ament_mypy\main.py: note: In function "_get_files":
ament_mypy\main.py:233:45: error: "str" has no attribute "removesuffix"
Found 1 error in 1 file (checked 8 source files)

_______________________________ test_mypy[2-3] ________________________________
test\test_mypy.py:21: in test_mypy
    assert rc == 0, 'Found code style errors / warnings'
E   AssertionError: Found code style errors / warnings
E   assert 1 == 0
---------------------------- Captured stdout call -----------------------------

8 files checked
2 errors
ament_mypy\main.py: note: In function "_get_files":
ament_mypy\main.py:233:45: error: "str" has no attribute "removesuffix"
Found 1 error in 1 file (checked 8 source files)

_______________________________ test_mypy[3-3] ________________________________
test\test_mypy.py:21: in test_mypy
    assert rc == 0, 'Found code style errors / warnings'
E   AssertionError: Found code style errors / warnings
E   assert 1 == 0
---------------------------- Captured stdout call -----------------------------
8 files checked
2 errors
ament_mypy\main.py: note: In function "_get_files":
ament_mypy\main.py:233:45: error: "str" has no attribute "removesuffix"
Found 1 error in 1 file (checked 8 source files)

Crola1702 added a commit to osrf/buildfarm-tools that referenced this issue Mar 3, 2025
* ros2/launch_ros#444
* ament/ament_lint#523

Signed-off-by: Crola1702 <cristobal.arroyo@ekumenlabs.com>
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

No branches or pull requests

1 participant