forked from pool/python-Sphinx
- update to 1.6.2: * See http://www.sphinx-doc.org/en/stable/changes.html - Adjust Requires and BuildRequires - Add disable-test.patch to disable test which needs remote access. OBS-URL: https://build.opensuse.org/request/show/507113 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Sphinx?expand=0&rev=81
13 lines
467 B
Diff
13 lines
467 B
Diff
Index: python-Sphinx/Sphinx-1.6.2/tests/test_build_latex.py
|
|
===================================================================
|
|
--- Sphinx-1.6.2/tests/test_build_latex.py
|
|
+++ Sphinx-1.6.2/tests/test_build_latex.py
|
|
@@ -1011,6 +1011,7 @@ def test_latex_raw_directive(app, status
|
|
|
|
|
|
@pytest.mark.sphinx('latex', testroot='images')
|
|
+@pytest.mark.skip(reason="no remote access in OBS")
|
|
def test_latex_remote_images(app, status, warning):
|
|
app.builder.build_all()
|
|
|