Skip to content

Commit

Permalink
Add a test dependency on pytest. (#94)
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.

Signed-off-by: Chris Lalancette <clalancette@gmail.com>
  • Loading branch information
clalancette authored Mar 25, 2024
1 parent e658b1c commit 7e46bc5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@
<exec_depend>rqt_py_common</exec_depend>
<exec_depend>std_msgs</exec_depend>

<test_depend>python3-pytest</test_depend>

<export>
<architecture_independent/>
<build_type>ament_python</build_type>
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
'using different plotting backends.'
),
license='BSD',
tests_require=['pytest'],
entry_points={
'console_scripts': [
'rqt_plot = ' + package_name + '.main:main',
Expand Down

0 comments on commit 7e46bc5

Please sign in to comment.