You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
tests/test_examples.py:2
/var/tmp/portage/dev-python/nagiosplugin-1.3.3/work/nagiosplugin-1.3.3/tests/test_examples.py:2: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resource
s.html
import pkg_resources
Hi,
It looks like setuptools will eventually remove
pkg_resources
so the following will fail:nagiosplugin/tests/test_examples.py
Line 19 in 050651a
Running the test suite results in:
There is documentation here that explains how to migrate to
importlib.resources
: https://importlib-resources.readthedocs.io/en/latest/migration.html#pkg-resources-resource-filenameThe text was updated successfully, but these errors were encountered: