mdmintz / pynose

pynose fixes nose to extend unittest and make testing easier
https://pypi.org/project/pynose/
GNU Lesser General Public License v2.1
11 stars 6 forks source link

"DeprecationWarning: pkg_resources is deprecated as an API." #7

Closed mdmintz closed 1 year ago

mdmintz commented 1 year ago

Getting this message: DeprecationWarning: pkg_resources is deprecated as an API.

Any usage of pkg_resources should be replaced.

importlib.metadata is a strong candidate as a replacement for methods.

For script creation in setup.py, scripts should be replaced with entry_points: console_scripts.