Skip to content

Commit a883d46

Browse files
author
Michael Koval
committed
Added test_depend's on optional dependencies.
1 parent d22b5fc commit a883d46

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

package.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,9 @@
3333
<run_depend>python-yaml</run_depend>
3434
<run_depend>python-lxml</run_depend>
3535
<test_depend>python-nose</test_depend>
36+
<!-- These optional dependencies cause unit tests can fail if missing. -->
37+
<test_depend>cbirrt2</test_depend>
38+
<test_depend>or_cdchomp</test_depend>
39+
<test_depend>or_ompl</test_depend>
40+
<test_depend>or_parabolicsmoother</test_depend>
3641
</package>

0 commit comments

Comments
 (0)