From 3e54c5c03013c05ef9bfad664ca6bae1a7006bc6626455c3618cfdd0f04ad67c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Sat, 7 Mar 2020 14:08:02 +0000 Subject: [PATCH] - Do remove pytest.ini to not mess with extra options completely OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-CherryPy?expand=0&rev=42 --- python-CherryPy.changes | 5 +++++ python-CherryPy.spec | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/python-CherryPy.changes b/python-CherryPy.changes index cd60b73..bc38d92 100644 --- a/python-CherryPy.changes +++ b/python-CherryPy.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sat Mar 7 14:07:44 UTC 2020 - Tomáš Chvátal + +- Do remove pytest.ini to not mess with extra options completely + ------------------------------------------------------------------- Mon Feb 24 12:40:51 UTC 2020 - Tomáš Chvátal diff --git a/python-CherryPy.spec b/python-CherryPy.spec index f2979a2..416b924 100644 --- a/python-CherryPy.spec +++ b/python-CherryPy.spec @@ -71,7 +71,7 @@ Oh, and most importantly: CherryPy is fun to work with :-) %prep %setup -q -n CherryPy-%{version} # do not require cov/xdist/etc -sed -i -e '/addopts/d' pytest.ini +rm pytest.ini %build %python_build