Merge branch 'add-test-depends-on-pytest-cov' into 'master'

Add <test_depend> on python3-pytest-cov for tracetools_test

See merge request micro-ROS/ros_tracing/ros2_tracing!166
This commit is contained in:
Christophe Bedard 2020-04-21 13:37:42 +00:00
commit 191bbcaf9f

View file

@ -27,6 +27,7 @@
<test_depend>ament_lint_common</test_depend>
<test_depend>launch_ros</test_depend>
<test_depend>python3-pytest</test_depend>
<test_depend>python3-pytest-cov</test_depend>
<test_depend>tracetools</test_depend>
<test_depend>tracetools_launch</test_depend>
<test_depend>tracetools_read</test_depend>