Skip to content

Commit

Permalink
Add a test dependency on pytest. (#45)
Browse files Browse the repository at this point in the history
While there aren't currently tests defined here, this sets it up so that
it is ready for pytest tests.
  • Loading branch information
arne48 authored Jan 31, 2024
2 parents 1ef2bf5 + 505dab9 commit 01e341e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
7 changes: 2 additions & 5 deletions package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,12 @@
<exec_depend>ament_index_python</exec_depend>
<exec_depend version_gte="0.2.19">python_qt_binding</exec_depend>
<exec_depend>rclpy</exec_depend>
<exec_depend>rcl_interfaces</exec_depend>
<exec_depend>rqt_gui</exec_depend>
<exec_depend>rqt_gui_py</exec_depend>
<exec_depend>rqt_py_common</exec_depend>

<!-- TODO(mlautman): Replace once rqt_logger_level has been ported -->
<!-- <exec_depend>rqt_logger_level</exec_depend> -->

<!-- Note: This is needed for rcl_interfaces Log.msg -->
<exec_depend>rcl_interfaces</exec_depend>
<test_depend>python3-pytest</test_depend>

<export>
<architecture_independent/>
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@
'rqt_console provides a GUI plugin for displaying and filtering ROS messages.'
),
license='BSD',
tests_require=['pytest'],
entry_points={
'console_scripts': [
'rqt_console = ' + package_name + '.main:main',
Expand Down

0 comments on commit 01e341e

Please sign in to comment.