holoviz-dev / pyctdev

Python packaging Common Tasks for Developers
BSD 3-Clause "New" or "Revised" License
10 stars 2 forks source link

Update imports after 61.0.0 #86

Closed maximlt closed 2 years ago

maximlt commented 2 years ago

setuptools in its 61.0.0 release deprecated objects from setuptools.config, some of these being used by pyctdev (https://setuptools.pypa.io/en/latest/history.html#v61-0-0).

In this PR I've added new imports that fix the errors observed recently on various holoviz CI runs. Note though that setuptools may completely remove this module in the future so pyctdev may have to find an alternative or to pin setuptools.