From 713db1716c4dd1370acd9520c03350d82daa547d7a6e6543f93c47be5b35cd94 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mark=C3=A9ta=20Machov=C3=A1?= Date: Mon, 12 Oct 2020 14:14:31 +0000 Subject: [PATCH] Accepting request 841289 from home:mcalabkova:branches:devel:languages:python:pytest - Remove nonsense keyword (breaks pytest) OBS-URL: https://build.opensuse.org/request/show/841289 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-wcwidth?expand=0&rev=31 --- python-wcwidth.changes | 5 +++++ python-wcwidth.spec | 2 ++ 2 files changed, 7 insertions(+) diff --git a/python-wcwidth.changes b/python-wcwidth.changes index 12e2448..68b3a75 100644 --- a/python-wcwidth.changes +++ b/python-wcwidth.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Oct 12 14:12:58 UTC 2020 - Marketa Calabkova + +- Remove nonsense keyword (breaks pytest) + ------------------------------------------------------------------- Fri Jul 17 07:47:05 UTC 2020 - Dirk Mueller diff --git a/python-wcwidth.spec b/python-wcwidth.spec index 5e5b66b..e0d41d5 100644 --- a/python-wcwidth.spec +++ b/python-wcwidth.spec @@ -65,6 +65,8 @@ release files, which this project aims to track. %prep %setup -q -n wcwidth-%{version} sed -i 's/--cov[-=a-z]*//g' tox.ini +# this option is nonsense +sed -i 's/looponfailroots.*//' tox.ini %build %python_build