Page Menu
Home
Software Heritage
Search
Configure Global Search
Log In
Files
F9337288
D1223.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
438 B
Subscribers
None
D1223.diff
View Options
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
Details
Attached
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
Attached To
D1223: tests: enforce LC_ALL since test_cli depends on it
Event Timeline
Log In to Comment