colcon / colcon-python-setup-py

Extension for colcon to support Python packages with the metadata in the setup.py file
http://colcon.readthedocs.io
Apache License 2.0
2 stars 7 forks source link

Handle missing 'tests_require' option in newer setuptools #59

Closed cottsay closed 1 month ago

cottsay commented 1 month ago

This option was outright removed from newer versions of setuptools and is no longer visible at all. The existing behavior always raises an exception even if the unsupported option isn't used in the package.