You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
nav2_gazebo_spawner package is generating stderr warning message during local testing on Ubuntu 20.04 with pre-Foxy installed. Fail log is as follows:
leha@leha-PC:~/navigation2_ws$ colcon test --packages-select nav2_gazebo_spawner
Starting >>> nav2_gazebo_spawner
--- stderr: nav2_gazebo_spawner
=============================== warnings summary ===============================
/home/leha/.local/lib/python3.8/site-packages/_pytest/junitxml.py:417
Warning: The 'junit_family' default value will change to 'xunit2' in pytest 6.0.
Add 'junit_family=xunit1' to your pytest.ini file to keep the current format in future versions of pytest and silence this warning.
-- Docs: https://docs.pytest.org/en/latest/warnings.html
---
Finished <<< nav2_gazebo_spawner [1.88s]
Summary: 1 package finished [2.19s]
1 package had stderr output: nav2_gazebo_spawner
nav2_gazebo_spawner package is generating stderr warning message during local testing on Ubuntu 20.04 with pre-Foxy installed. Fail log is as follows:
This warning was also in Bionic with ROS2 Eloquent onboard, but it was threatened as warning and appeared in stdout instead. In pytest v5.2+ the
junit_family
value should be explicitly specified in pytest config file: https://docs.pytest.org/en/latest/deprecations.html#junit-family-default-value-change-to-xunit2.Supposed fix for that:
The text was updated successfully, but these errors were encountered: