Skip to content

Commit

Permalink
Merge pull request #1067 from carmenbianca/fix-lang-test
Browse files Browse the repository at this point in the history
Override LANGUAGE when running tests
  • Loading branch information
carmenbianca committed Sep 5, 2024
2 parents 9e7c627 + c5fa54a commit 5279713
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5279713

Please sign in to comment.