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
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).
Hello!
While running apt-mirror2 tests (which is used aiofile as dependency) I getting warning:
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 theProject-URL
(which we can filter byHomepage
).[1] https://peps.python.org/pep-0753/
[2] pypa/packaging-problems#606
The text was updated successfully, but these errors were encountered: