Skip to content

Commit 09f0c15

Browse files
committed
add more test depends
1 parent 3b96ad2 commit 09f0c15

3 files changed

Lines changed: 2 additions & 10 deletions

File tree

jsk_rqt_plugins/CMakeLists.txt

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -64,14 +64,7 @@ install(
6464
if(BUILD_TESTING)
6565
find_package(ament_cmake_pytest REQUIRED)
6666
find_package(launch_testing_ament_cmake REQUIRED)
67-
68-
# ROS 2 counterpart of catkin_add_nosetests(test)
6967
ament_add_pytest_test(test_util test/test_util.py)
70-
71-
# ROS 2 counterpart of add_rostest(test/test_rqt_plugins.test): brings up the
72-
# migrated rqt plugins and checks that none of them dies.
73-
# rqt needs a display, so the test skips itself unless DISPLAY is set;
74-
# use `xvfb-run -a colcon test ...` to run it headless.
7568
add_launch_test(test/test_rqt_plugins.py TIMEOUT 180)
7669
endif()
7770

jsk_rqt_plugins/package.xml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,10 +45,8 @@
4545
<!-- <exec_depend>image_publisher</exec_depend> -->
4646
<!-- <exec_depend condition="$ROS_PYTHON_VERSION == 3">python3-sklearn</exec_depend> -->
4747

48-
<!-- test/test_util.py checks the string fields of jsk_rviz_plugins/OverlayText -->
49-
<test_depend>jsk_rviz_plugins</test_depend>
50-
5148
<test_depend>ament_cmake_pytest</test_depend>
49+
<test_depend>jsk_rviz_plugins</test_depend>
5250
<test_depend>launch_testing_ament_cmake</test_depend>
5351
<test_depend>launch_testing_ros</test_depend>
5452
<test_depend>python3-pytest</test_depend>

jsk_rviz_plugins/package.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@
5050
<exec_depend>launch_ros</exec_depend>
5151
<exec_depend>rclpy</exec_depend>
5252

53+
<test_depend>ament_lint_auto</test_depend>
5354
<test_depend>launch_testing_ament_cmake</test_depend>
5455
<test_depend>launch_testing_ros</test_depend>
5556
<test_depend>python3-pytest</test_depend>

0 commit comments

Comments
 (0)