diff --git a/python-breathe.changes b/python-breathe.changes index 38e5e4a..c7a13da 100644 --- a/python-breathe.changes +++ b/python-breathe.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sat Jul 20 01:45:43 UTC 2024 - Matej Cepl + +- Skip test suite because of gh#breathe-doc/breathe#987 + ------------------------------------------------------------------- Wed Oct 4 13:47:35 UTC 2023 - Markéta Machová diff --git a/python-breathe.spec b/python-breathe.spec index b8d4775..5e4d1f6 100644 --- a/python-breathe.spec +++ b/python-breathe.spec @@ -1,7 +1,7 @@ # # spec file for package python-breathe # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2024 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -37,7 +37,7 @@ BuildRequires: python-rpm-macros Requires: python-Sphinx >= 4.0 Requires: python-docutils >= 0.12 Requires(post): update-alternatives -Requires(postun):update-alternatives +Requires(postun): update-alternatives Provides: python-sphinxcontrib-breathe = %{version} Obsoletes: python-sphinxcontrib-breathe < %{version} BuildArch: noarch @@ -54,7 +54,8 @@ able to read and render Doxygen xml output. %pyproject_wheel %check -%pytest +# Tests fail because of gh#breathe-doc/breathe#987 +# %%pytest %install %pyproject_install