Page MenuHomeSoftware Heritage

D1223.diff
No OneTemporary

D1223.diff

diff --git a/swh/scheduler/tests/conftest.py b/swh/scheduler/tests/conftest.py
--- a/swh/scheduler/tests/conftest.py
+++ b/swh/scheduler/tests/conftest.py
@@ -17,6 +17,9 @@
# celery_backend.config becomes the celery.current_app
+# test_cli tests depends on a en/C locale, so ensure it
+os.environ['LC_ALL'] = 'C.UTF-8'
+
DUMP_FILES = os.path.join(SQL_DIR, '*.sql')
# celery tasks for testing purpose; tasks themselves should be

File Metadata

Mime Type
text/plain
Expires
Jul 3 2025, 7:59 AM (10 w, 2 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3223876

Event Timeline