Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Do not use pkg_resources #8

Open
mtelka opened this issue Jun 28, 2023 · 0 comments
Open

Do not use pkg_resources #8

mtelka opened this issue Jun 28, 2023 · 0 comments

Comments

@mtelka
Copy link

mtelka commented Jun 28, 2023

The pkg_resources is deprecated. Please do not use it.

This is relevant part of the stack:

  File "/usr/lib/python3.9/vendor-packages/_pytest/assertion/rewrite.py", line 178, in exec_module
    exec(co, module.__dict__)
  File "/usr/lib/python3.9/vendor-packages/pytest_reporter/__init__.py", line 1, in <module>
    from pkg_resources import get_distribution, DistributionNotFound
  File "/usr/lib/python3.9/vendor-packages/pkg_resources/__init__.py", line 118, in <module>
    warnings.warn(
DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant