Skip to content

Conversation

@mosfet80
Copy link
Contributor

FIX:

#UserWarning: Unknown distribution option: 'tests_require'

mosfet80 and others added 2 commits July 25, 2025 22:34
FIX:

#UserWarning: Unknown distribution option: 'tests_require'
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR addresses a setuptools deprecation warning by replacing the deprecated tests_require parameter with the modern extras_require approach for specifying test dependencies.

Key Changes:

  • Migrated test dependencies from tests_require to extras_require['test'] in setup.py

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Copy link
Collaborator

@christophfroehlich christophfroehlich left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks, a follow-up to #268

@christophfroehlich christophfroehlich merged commit 3d15bfd into PickNikRobotics:main Nov 21, 2025
7 checks passed
@mosfet80 mosfet80 deleted the patch-11 branch November 21, 2025 20:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants