-
Notifications
You must be signed in to change notification settings - Fork 24
Open
Description
Running this package on Python 3.11 yields deprecation warnings:
/opt/hostedtoolcache/Python/3.11.0/x64/lib/python3.11/site-packages/pytest_nunit/nunit.py:119: DeprecationWarning: Use setlocale(), getencoding() and getlocale() instead
language_code = locale.getdefaultlocale()[0]
See:
- Deprecate locale.getdefaultlocale() function python/cpython#90817
- https://docs.python.org/release/3.11.0/library/locale.html#locale.getdefaultlocale
(I will try to provide a fix at some point if nobody else takes it up... logging the issue here for memory's sake)
kai2nenobu, jamesmyatt, melund, sbrugman, Codym48 and 4 moreKPLauritzen
Metadata
Metadata
Assignees
Labels
No labels