Skip to content

[Python 3.11 deprecation] Stop using importlib.resources.path #183

@webknjaz

Description

@webknjaz

I'm observing

E   DeprecationWarning: path is deprecated. Use files() instead. Refer to importlib-resources.readthedocs.io/en/latest/using.html#migrating-from-legacy for migration advice.

This is caused by import requests which in turn calls certs.where(). The deprecation warning is caused by https://github.com/certifi/python-certifi/blob/ff23c47/certifi/core.py#L38 in the certify-land.

Full CI log: https://github.com/cherrypy/cheroot/runs/4783241877?check_suite_focus=true#step:17:535

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions