Skip to content

Python 3.8 deprecation warning from cryptography #522

@victorlin

Description

@victorlin

The following warning started appearing a couple days ago, first seen in scheduled CI run:

cryptography.utils.CryptographyDeprecationWarning: Python 3.8 is no longer supported by the Python core team and support for it is deprecated in cryptography. The next release of cryptography will remove support for Python 3.8.

This is due to pyca/cryptography@595f6de released in version 47.0.0.

It causes pytest to fail because the warning is emitted as an unmatched exception in doctests.

Short-term solution

Long-term solution

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions