Skip to content

Commit

Permalink
added test depend tp package.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
Ishaan-Datta committed Sep 11, 2024
1 parent 4640e5a commit ed86b06
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions ros2_ws/src/python_workspace/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,11 @@
<exec_depend>sensor_msgs</exec_depend>
<exec_depend>builtin_interfaces</exec_depend>

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

<export>
<build_type>ament_python</build_type>
</export>
Expand Down

0 comments on commit ed86b06

Please sign in to comment.