ros2 / examples

Example packages for ROS 2
Apache License 2.0
691 stars 311 forks source link

Use underscores instead of dashes in setup.cfg #310

Closed ivanpauno closed 3 years ago

ivanpauno commented 3 years ago

Fixes https://ci.ros2.org/view/nightly/job/nightly_linux_release/1890/consoleFull#console-section-485 and similar

Starting >>> examples_rclpy_minimal_publisher
03:48:02 /home/jenkins-agent/workspace/nightly_linux_release/venv/lib/python3.8/site-packages/setuptools/dist.py:642: UserWarning: Usage of dash-separated 'script-dir' will not be supported in future versions. Please use the underscore name 'script_dir' instead
03:48:02   warnings.warn(
03:48:02 /home/jenkins-agent/workspace/nightly_linux_release/venv/lib/python3.8/site-packages/setuptools/dist.py:642: UserWarning: Usage of dash-separated 'install-scripts' will not be supported in future versions. Please use the underscore name 'install_scripts' instead
03:48:02   warnings.warn(
03:48:03 /home/jenkins-agent/workspace/nightly_linux_release/venv/lib/python3.8/site-packages/setuptools/dist.py:642: UserWarning: Usage of dash-separated 'script-dir' will not be supported in future versions. Please use the underscore name 'script_dir' instead
03:48:03   warnings.warn(
03:48:03 /home/jenkins-agent/workspace/nightly_linux_release/venv/lib/python3.8/site-packages/setuptools/dist.py:642: UserWarning: Usage of dash-separated 'install-scripts' will not be supported in future versions. Please use the underscore name 'install_scripts' instead
03:48:03   warnings.warn(
03:48:03 
ivanpauno commented 3 years ago

CI:

ivanpauno commented 3 years ago

It seems that there's something wrong in the CI scripts on Windows, and it cannot handle either of:

Another way of building/testing the same: