From 6d3dba5863ddef0965815cc5be83a0852347c58a Mon Sep 17 00:00:00 2001 From: denyshon Date: Sat, 19 Sep 2026 16:15:46 +0200 Subject: [PATCH] Specify encoding when running tests --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index fba85b899..3d33270d0 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ test: import-cldr - python ${PYTHON_TEST_FLAGS} -m pytest ${PYTEST_FLAGS} + python -X utf8 ${PYTHON_TEST_FLAGS} -m pytest ${PYTEST_FLAGS} clean: clean-cldr clean-pyc