From fb4232f65fbf7c93c9256c3a34af88595d045a93f16be94fc356d02ecb9ba719 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Thu, 14 Mar 2019 15:26:53 +0000 Subject: [PATCH] - Switch off test_latex_images test, because it tries to download image from the www.python.org. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Sphinx?expand=0&rev=121 --- python-Sphinx.changes | 6 ++++++ python-Sphinx.spec | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/python-Sphinx.changes b/python-Sphinx.changes index ba0b038..fdb203e 100644 --- a/python-Sphinx.changes +++ b/python-Sphinx.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Thu Mar 14 16:25:50 CET 2019 - Matej Cepl + +- Switch off test_latex_images test, because it tries to download + image from the www.python.org. + ------------------------------------------------------------------- Tue Mar 12 15:35:49 UTC 2019 - Matej Cepl diff --git a/python-Sphinx.spec b/python-Sphinx.spec index ad7ff92..9d1d7e8 100644 --- a/python-Sphinx.spec +++ b/python-Sphinx.spec @@ -288,7 +288,7 @@ mv build.doc/man/sphinx-quickstart.1 %{buildroot}%{_mandir}/man1/sphinx-quicksta %if %{with test} export LC_ALL="C.utf8" %{python_expand export PYTHONPATH=$PYTHONPATH:%{buildroot}%{$python_sitelib} -py.test-%{$python_bin_suffix} --ignore=_build.python3 --ignore=_build.python2 -k 'not linkcheck' -v tests +py.test-%{$python_bin_suffix} --ignore=_build.python3 --ignore=_build.python2 -k 'not (linkcheck or test_latex_images)' -v tests # $python -mpytest --ignore=_build.python3 --ignore=_build.python2 -k 'not linkcheck' -v tests } %endif