Force UTF-8 mode for testing
authorJeremy Stanley <fungi@yuggoth.org>
Tue, 19 Apr 2022 14:39:11 +0000 (14:39 +0000)
committerJeremy Stanley <fungi@yuggoth.org>
Tue, 19 Apr 2022 14:39:50 +0000 (14:39 +0000)
commitded2c9dadad618cf254f39d0358117300f3f2cc3
tree3de4d71a70a66851a232a4179cbec58c4765886b
parentfbf8ad54b79dc5bf2500948a19723b8bcddd7ddc
Force UTF-8 mode for testing

Add the PYTHONWARNDFAULTENCODING and PYTHONUTF8 envvars to guard
against addition of any non-UTF-8 behaviors or reliance on implicit
encoding default, and to make sure things will continue to work when
these switches are on by default in future versions of the
interpreter.
tox.ini