forked from pool/python-Sphinx
		
	- 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
This commit is contained in:
		| @@ -1,3 +1,9 @@ | ||||
| ------------------------------------------------------------------- | ||||
| Thu Mar 14 16:25:50 CET 2019 - Matej Cepl <mcepl@suse.com> | ||||
|  | ||||
| - 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 <mcepl@suse.com> | ||||
|  | ||||
|   | ||||
| @@ -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 | ||||
|   | ||||
		Reference in New Issue
	
	Block a user