ekalinin/nodeenv

Breaking Change with `Setuptools` avoid building

Closed this issue · 0 comments

A breaking change in setuptools v 72.0.0 removing setuptools.command.test (changelog) causes builds to fail

Solution suggestion: Lock setuptools version to v71.1.0 instead of using * to avoid the breaking change and to also avoid this kind of automatic update in the future.