Skip to content

[Jazzy/Humble] UserWarning: Unknown distribution option: 'tests_require' #25

Description

@d-kleine

On Windows using the pre-built binaries for Isaac Sim 6.0.1, when running pixi run build in the jazzy_ws, the build returns following warning multiple times:

UserWarning: Unknown distribution option: 'tests_require'

Affected files in this workspace (jazzy_ws) are

This seems to affect the other workspace (humble_ws) too:

The issue roots in setuptools that has removed the test command with 0.72.0:
https://setuptools.pypa.io/en/stable/history.html#v72-0-0

but the ROS 2 WS use a higher setuptools version for some setups, e.g. setuptools >=30.3.0,<80. In my case (Windows 11, Isaac Sim 6.0.1, jazzy_ws), pixi list returns setuptools version 79.0.1 has been installed.

Consequently, the setup finishes with the following output:

2 packages had stderr output: isaac_compressed_image_decoder isaac_ros_navigation_goal

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions