From 70f758860bda7e41d0ea6324b491ddb69ba506767648bf113c98093a21a10a79 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Mon, 16 Sep 2019 07:42:12 +0000 Subject: [PATCH] Accepting request 730821 from home:jayvdb:py3only - Define LANG in %check to fix openSUSE/SLE 15 builds OBS-URL: https://build.opensuse.org/request/show/730821 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-pytest-html?expand=0&rev=15 --- python-pytest-html.changes | 5 +++++ python-pytest-html.spec | 1 + 2 files changed, 6 insertions(+) diff --git a/python-pytest-html.changes b/python-pytest-html.changes index 92a9720..2ee9041 100644 --- a/python-pytest-html.changes +++ b/python-pytest-html.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sat Sep 14 02:06:22 UTC 2019 - John Vandenberg + +- Define LANG in %check to fix openSUSE/SLE 15 builds + ------------------------------------------------------------------- Mon Aug 12 15:40:19 UTC 2019 - Tomáš Chvátal diff --git a/python-pytest-html.spec b/python-pytest-html.spec index 6bc1f52..2921e1b 100644 --- a/python-pytest-html.spec +++ b/python-pytest-html.spec @@ -58,6 +58,7 @@ pytest plugin for generating HTML reports %check export PYTHONDONTWRITEBYTECODE=1 +export LANG=en_US.UTF-8 %pytest %files %{python_files}