From a70aefaa5811664a777b06438df1dc46f024ca79 Mon Sep 17 00:00:00 2001 From: Peter Schuster Date: Tue, 17 Mar 2026 15:30:03 +0100 Subject: [PATCH] chore: force tox environment to utf8 Windows defaults to cp1252 encoding which leads to an error during flake8 execution. Signed-off-by: Peter Schuster --- tox.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/tox.ini b/tox.ini index d3317c06d..af228b75a 100644 --- a/tox.ini +++ b/tox.ini @@ -27,6 +27,7 @@ commands_pre = commands = poetry run coverage run --source=cyclonedx -m unittest discover -t . -s tests -v setenv = + PYTHONUTF8=1 PYTHONHASHSEED=0 CDX_TEST_RECREATE_SNAPSHOTS={env:CDX_TEST_RECREATE_SNAPSHOTS:}