-
-
Notifications
You must be signed in to change notification settings - Fork 57
Closed
Description
This now raises PendingDeprecationWarning
:
"files", type=argparse.FileType("rb"), nargs="+", help="File(s) to be analysed" |
and because of this setting for pytest:
charset_normalizer/pyproject.toml
Lines 62 to 64 in 0237181
filterwarnings = [ | |
"error", | |
] |
I think it will cause the test suite to fail with 3.14. I experienced this in Fedora Linux, where we are already preparing Python 3.14.
See this for more context: python/cpython#58032
Metadata
Metadata
Assignees
Labels
No labels