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