forked from pool/python-Sphinx
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
This commit is contained in:
@@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Feb 28 13:53:54 UTC 2024 - Ana Guerrero <ana.guerrero@suse.com>
|
||||||
|
|
||||||
|
- Disable test test_ext_imgconverter.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Dec 20 12:48:53 UTC 2023 - Daniel Garcia <daniel.garcia@suse.com>
|
Wed Dec 20 12:48:53 UTC 2023 - Daniel Garcia <daniel.garcia@suse.com>
|
||||||
|
|
||||||
|
@@ -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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -316,7 +316,7 @@ export PYTHONPATH=.
|
|||||||
export LC_ALL="C.utf8"
|
export LC_ALL="C.utf8"
|
||||||
# test_latex_images test downloading a remote image
|
# test_latex_images test downloading a remote image
|
||||||
# test_signature_annotations doesn’t work
|
# 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
|
%endif
|
||||||
|
|
||||||
%if ! %{with test}
|
%if ! %{with test}
|
||||||
|
Reference in New Issue
Block a user