From d6f0d14ef9023c69744fce3cedd2eaba5e3d4b0280baf2ce97785b44262d8534 Mon Sep 17 00:00:00 2001 From: Daniel Garcia Date: Tue, 8 Oct 2024 07:56:17 +0000 Subject: [PATCH] Accepting request 1206250 from home:dgarcia:branches:Cloud:OpenStack:Factory - Force $LANG env to UTF-8 to fix tests for Leap 16.0 OBS-URL: https://build.opensuse.org/request/show/1206250 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-autopage?expand=0&rev=17 --- python-autopage.changes | 5 +++++ python-autopage.spec | 1 + 2 files changed, 6 insertions(+) diff --git a/python-autopage.changes b/python-autopage.changes index 8a39127..31d4004 100644 --- a/python-autopage.changes +++ b/python-autopage.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Oct 8 07:22:31 UTC 2024 - Daniel Garcia + +- Force $LANG env to UTF-8 to fix tests for Leap 16.0 + ------------------------------------------------------------------- Mon Feb 5 04:53:08 UTC 2024 - Steve Kowalik diff --git a/python-autopage.spec b/python-autopage.spec index 1746abd..797f248 100644 --- a/python-autopage.spec +++ b/python-autopage.spec @@ -54,6 +54,7 @@ in a pager (like `less`) %check unset LESS +export LANG=en_US.UTF-8 rm -v autopage/tests/test_end_to_end.py %pytest