We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0603706 commit c60763fCopy full SHA for c60763f
tests/communication/ros2/test_api.py
@@ -33,7 +33,7 @@
33
shutdown_executors_and_threads,
34
)
35
36
-ros_setup # type: ignore prevents pytest from complaining about unused fixture
+_ = ros_setup # Explicitly use the fixture to prevent pytest warnings
37
38
39
def test_ros2_single_message_publish(
tests/communication/ros2/test_connectors.py
@@ -31,7 +31,7 @@
31
32
def test_ros2ari_connector_send_message(
0 commit comments