Skip to content

Commit

Permalink
Add mechanism to disable workaround for dependency groups
Browse files Browse the repository at this point in the history
  • Loading branch information
cottsay committed Apr 23, 2024
1 parent df54d3b commit bdaed33
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions launch_testing/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,13 @@

<exec_depend>ament_index_python</exec_depend>
<exec_depend>launch</exec_depend>
<!-- explicitly depend on the main launch frontends -->
<exec_depend>launch_xml</exec_depend>
<exec_depend>launch_yaml</exec_depend>
<exec_depend>osrf_pycommon</exec_depend>
<exec_depend>python3-pytest</exec_depend>

<!-- Explicit group resolution - see ros-infrastructure/catkin_pkg#369 -->
<exec_depend condition="$DISABLE_GROUPS_WORKAROUND != 1">launch_xml</exec_depend>
<exec_depend condition="$DISABLE_GROUPS_WORKAROUND != 1">launch_yaml</exec_depend>

<test_depend>ament_copyright</test_depend>
<test_depend>ament_flake8</test_depend>
<test_depend>ament_pep257</test_depend>
Expand Down

0 comments on commit bdaed33

Please sign in to comment.