Skip to content

Commit

Permalink
cmake mypy
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Carlstrom <[email protected]>
  • Loading branch information
InvincibleRMC committed Oct 19, 2024
1 parent 5e60e59 commit 09f69f8
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 24 deletions.
1 change: 1 addition & 0 deletions rosidl_parser/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ ament_python_install_package(${PROJECT_NAME})

if(BUILD_TESTING)
find_package(ament_lint_auto REQUIRED)
find_package(ament_cmake_mypy REQUIRED)
ament_lint_auto_find_test_dependencies()
endif()

Expand Down
2 changes: 1 addition & 1 deletion rosidl_parser/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@
<exec_depend>python3-lark-parser</exec_depend>
<exec_depend>rosidl_adapter</exec_depend> <!-- TODO(dirk-thomas) only for backward compatibilty -->

<test_depend>ament_cmake_mypy</test_depend>
<test_depend>ament_cmake_pytest</test_depend>
<test_depend>ament_lint_auto</test_depend>
<test_depend>ament_lint_common</test_depend>
<test_depend>ament_mypy</test_depend>
<test_depend>python3-pytest</test_depend>

<export>
Expand Down
23 changes: 0 additions & 23 deletions rosidl_parser/test/test_mypy.py

This file was deleted.

0 comments on commit 09f69f8

Please sign in to comment.