IBM / python-sdk-core

The python-sdk-core repository contains core functionality required by Python code generated by the IBM OpenAPI SDK Generator.
Apache License 2.0
20 stars 27 forks source link

fix: remove `test` command and related code from `setup.py` #203

Closed pyrooka closed 1 month ago

pyrooka commented 1 month ago

The test command and related function were deprecated for 5 years and it seems the time has come: setuptools maintainers removed it yesterday and that move has broken a bunch of Python packages including this. After looking into several documentations and our source code, I think the right thing to do - instead of making a workaround - is completely removing it from our setup.py file as it hasn't been used for a long time - correct me if I am wrong here and missed something!! Some details:

ibm-devx-sdk commented 1 month ago

:tada: This PR is included in version 3.20.4 :tada:

The release is available on GitHub release

Your semantic-release bot :package::rocket: