Skip to content

Commit

Permalink
Merge pull request #1145 from KarstenSchulz/fix_callargs
Browse files Browse the repository at this point in the history
Set language to "en" when running tests.
  • Loading branch information
akrabat committed Apr 10, 2023
2 parents 43df27f + e208d24 commit e767377
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/conftest.py
Expand Up @@ -303,7 +303,7 @@ def _build(self):
else:
os.remove(path)

cmd = ['rst2pdf', '--date-invariant', '-v', input_ref]
cmd = ['rst2pdf', '--lang', 'en', '--date-invariant', '-v', input_ref]

cli_file = os.path.join(INPUT_DIR, self.name + '.cli')
if os.path.exists(cli_file):
Expand Down

0 comments on commit e767377

Please sign in to comment.