-
Notifications
You must be signed in to change notification settings - Fork 31
Closed
Description
Hello!
While running apt-mirror2 tests (which is used aiofile as dependency) I getting warning:
../../../../../usr/lib/python3/dist-packages/aiofile/version.py:11
/usr/lib/python3/dist-packages/aiofile/version.py:11: DeprecationWarning: Implicit None on return values is deprecated and will raise KeyErrors.
project_home = package_metadata["Home-page"]
-- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html
It looks like Home-page
metadata was deprecated by PEP 753 [1] and there is also discussion about it in the pypa repository [2].
I think it either should be removed from the version.py
or replaced by the Project-URL
(which we can filter by Homepage
).
[1] https://peps.python.org/pep-0753/
[2] pypa/packaging-problems#606
Metadata
Metadata
Assignees
Labels
No labels