Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add in a test dependency on pytest. #41

Merged
merged 1 commit into from Feb 7, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 2 additions & 0 deletions package.xml
Expand Up @@ -24,6 +24,8 @@
<exec_depend>rqt_gui_py</exec_depend>
<exec_depend>rqt_py_common</exec_depend>

<test_depend>python3-pytest</test_depend>

<export>
<rqt_gui plugin="${prefix}/plugin.xml"/>
<build_type>ament_python</build_type>
Expand Down
1 change: 1 addition & 0 deletions setup.py
Expand Up @@ -31,6 +31,7 @@
'A Python GUI plugin publishing ROS messages.'
),
license='BSD',
tests_require=['pytest'],
entry_points={
'console_scripts': [
'rqt_publisher = ' + package_name + '.main:main',
Expand Down