diff --git a/python-autopage.changes b/python-autopage.changes index 2267876..26a148c 100644 --- a/python-autopage.changes +++ b/python-autopage.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Feb 23 15:24:07 UTC 2022 - Dirk Müller + +- skip end-to-end test, they hang in OBS + ------------------------------------------------------------------- Tue Feb 22 10:10:04 UTC 2022 - Dirk Müller diff --git a/python-autopage.spec b/python-autopage.spec index b169d87..bd78ce9 100644 --- a/python-autopage.spec +++ b/python-autopage.spec @@ -55,6 +55,7 @@ echo "import setuptools; setuptools.setup()" > setup.py %check unset LESS +rm -v autopage/tests/test_end_to_end.py %pytest %files %{python_files}