neoave / mrack

Multicloud use-case based multihost async provisioner for CIs and testing during development
Apache License 2.0
11 stars 14 forks source link

Usage of pkg_resources library is deprecated #296

Open dav-pascual opened 2 months ago

dav-pascual commented 2 months ago

From warning:

../../../../../usr/lib/python3.12/site-packages/bkr/client/__init__.py:17
  /usr/lib/python3.12/site-packages/bkr/client/__init__.py:17: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html
    import pkg_resources

See https://setuptools.pypa.io/en/latest/pkg_resources.html

dav-pascual commented 2 months ago

This issue is related to the beaker-client dependency, not mrack itself