pytest-dev / py

Python development support library (note: maintenance only)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

RFE: Replace use of `pkg_resources` with `importlib.metadata`

kloczek opened this issue · comments

See discussions:
astropy/astropy#11091
pypa/pip#7413

[tkloczko@devel-g2v SRPMS]$ rpm -ql python-py | grep py$ | xargs grep pkg_resources
grep: /usr/lib/python3.8/site-packages/py: Is a directory
/usr/lib/python3.8/site-packages/py/_vendored_packages/apipkg/__init__.py:    from pkg_resources import get_distribution, DistributionNotFound

Unplanned, this library will be discarded soon as pytest sheds the last usages

See #287 and #288