Skip to content

Commit f87a10a

Browse files
committed
Add in some test_depend.
Signed-off-by: Chris Lalancette <[email protected]>
1 parent bbde938 commit f87a10a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

image_tools_py/package.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,11 @@
1616
<!-- These test dependencies are optional
1717
Their purpose is to make sure that the code passes the linters -->
1818
<test_depend>ament_copyright</test_depend>
19+
<test_depend>ament_flake8</test_depend>
1920
<test_depend>ament_pep257</test_depend>
2021
<test_depend>ament_pep8</test_depend>
2122
<test_depend>ament_pyflakes</test_depend>
23+
<test_depend>launch</test_depend>
2224

2325
<export>
2426
<build_type>ament_python</build_type>

0 commit comments

Comments
 (0)