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