From 25864893dbafe20b51299701b56683241c86150df5d7114072e263be9726d2ba Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Wed, 23 Feb 2022 15:24:18 +0000 Subject: [PATCH] - skip end-to-end test, they hang in OBS OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-autopage?expand=0&rev=6 --- python-autopage.changes | 5 +++++ python-autopage.spec | 1 + 2 files changed, 6 insertions(+) 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}