node-gyp
node-gyp copied to clipboard
node-gyp/test/fixtures/test-charmap.py:11: DeprecationWarning: 'locale.getde faultlocale' is deprecated and slated for removal in Python 3.15. Use setlocale(), getencoding() and getlocale() instead.
On master branch when doing npm test it seems the test use outdated python apis, leading to errors.
Py3.15 will be released in October 2026 so not a massive rush but still good to get this fixed.