summaryrefslogtreecommitdiffstats
path: root/debian/patches/skip_tests_network.diff
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-15 17:25:44 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-15 17:25:44 +0000
commite20628db512128d3a5c66360943462b83da5f049 (patch)
treed0c586bb2b3ce26a240c5fb0765982ce87d53816 /debian/patches/skip_tests_network.diff
parentAdding upstream version 7.2.6. (diff)
downloadsphinx-e20628db512128d3a5c66360943462b83da5f049.tar.xz
sphinx-e20628db512128d3a5c66360943462b83da5f049.zip
Adding debian version 7.2.6-6.debian/7.2.6-6
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/patches/skip_tests_network.diff')
-rw-r--r--debian/patches/skip_tests_network.diff21
1 files changed, 21 insertions, 0 deletions
diff --git a/debian/patches/skip_tests_network.diff b/debian/patches/skip_tests_network.diff
new file mode 100644
index 0000000..60fe57c
--- /dev/null
+++ b/debian/patches/skip_tests_network.diff
@@ -0,0 +1,21 @@
+From: Dmitry Shachnev <mitya57@debian.org>
+Date: Tue, 20 Dec 2016 16:37:32 +0300
+Subject: Skip tests that require network access
+
+Forwarded: not-needed
+---
+ tests/test_build_latex.py | 1 +
+ 1 file changed, 1 insertion(+)
+
+diff --git a/tests/test_build_latex.py b/tests/test_build_latex.py
+index f6c3369..5996203 100644
+--- a/tests/test_build_latex.py
++++ b/tests/test_build_latex.py
+@@ -1420,6 +1420,7 @@ def test_latex_raw_directive(app, status, warning):
+ assert 'LaTeX: abc def ghi' in result
+
+
++@pytest.mark.skip('Requires internet access')
+ @pytest.mark.sphinx('latex', testroot='images')
+ def test_latex_images(app, status, warning):
+ app.builder.build_all()