Skip to content

Commit

Permalink
No idea why the lack of this blew up on circle but not locally
Browse files Browse the repository at this point in the history
Probably the locales differ? sigh
  • Loading branch information
bitprophet committed Nov 29, 2021
1 parent 6346662 commit 14fd03e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/__init__.py
Expand Up @@ -36,7 +36,7 @@ def requireNonAsciiLocale(category_name="LC_ALL"):
def _decorate_with_locale(category, try_locales, test_method):
"""Decorate test_method to run after switching to a different locale."""

def _test_under_locale(testself):
def _test_under_locale(testself, sftp):
original = locale.setlocale(category)
while try_locales:
try:
Expand Down

0 comments on commit 14fd03e

Please sign in to comment.