diff --git a/tests/conftest.py b/tests/conftest.py index d9b14592..d7f2f6a2 100644 --- a/tests/conftest.py +++ b/tests/conftest.py @@ -28,6 +28,7 @@ from jinja2 import Environment os.environ["LC_ALL"] = "C" +os.environ["LANGUAGE"] = "" # A trick that tries to import the installed version of reuse. If that doesn't # work, import from the src directory. If that also doesn't work (for some