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()
|
||
|
|