From 5f5174c6ded46c61b57a2f57246db385fe4a37a4a5d46d2ed3bc90624af390a7 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Thu, 29 Feb 2024 09:14:38 +0000 Subject: [PATCH] Accepting request 1152961 from home:anag+factory:Staging IMPORTANT: It would be better to fix/update the test, so if you can fix this please do so. I'm sending this SR because this have been holding the updates of ImageMagick and php-imagick for almost 2 months now. Changes: - Disable test test_ext_imgconverter. OBS-URL: https://build.opensuse.org/request/show/1152961 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Sphinx?expand=0&rev=260 --- python-Sphinx.changes | 5 +++++ python-Sphinx.spec | 10 +++++----- 2 files changed, 10 insertions(+), 5 deletions(-) diff --git a/python-Sphinx.changes b/python-Sphinx.changes index a9b840f..9baab62 100644 --- a/python-Sphinx.changes +++ b/python-Sphinx.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Feb 28 13:53:54 UTC 2024 - Ana Guerrero + +- Disable test test_ext_imgconverter. + ------------------------------------------------------------------- Wed Dec 20 12:48:53 UTC 2023 - Daniel Garcia diff --git a/python-Sphinx.spec b/python-Sphinx.spec index 4d359f8..1227b01 100644 --- a/python-Sphinx.spec +++ b/python-Sphinx.spec @@ -1,7 +1,7 @@ # -# spec file +# spec file for package python-Sphinx # -# 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 @@ -71,7 +71,7 @@ Requires: python-sphinxcontrib-qthelp >= 1.0.2 Requires: python-sphinxcontrib-serializinghtml >= 1.1.9 Requires: python-sphinxcontrib-websupport Requires(post): update-alternatives -Requires(postun):update-alternatives +Requires(postun): update-alternatives Recommends: python-SQLAlchemy >= 0.9 Recommends: python-Sphinx-doc-man Recommends: python-Whoosh >= 2.0 @@ -211,7 +211,7 @@ Summary: Man files for python-Sphinx Group: Documentation/Man Requires: python3-Sphinx = %{version} Requires(post): update-alternatives -Requires(postun):update-alternatives +Requires(postun): update-alternatives Supplements: python3-Sphinx Obsoletes: python-Sphinx-doc-man-common <= %{version} @@ -316,7 +316,7 @@ export PYTHONPATH=. export LC_ALL="C.utf8" # test_latex_images test downloading a remote image # test_signature_annotations doesn’t work -%pytest tests -k 'not (linkcheck or test_latex_images or test_signature_annotations or test_copy_images)' +%pytest tests -k 'not (linkcheck or test_latex_images or test_signature_annotations or test_copy_images or test_ext_imgconverter)' %endif %if ! %{with test}