From 2f352b47f7f0b6937c6a07a375cb628a65c59f99 Mon Sep 17 00:00:00 2001 From: Toshio Kuratomi Date: Fri, 30 Dec 2016 22:35:04 -0800 Subject: [PATCH] Disable linkcheck tests as they hit the network --- python-sphinx.spec | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/python-sphinx.spec b/python-sphinx.spec index 7f5719d..c4b6525 100644 --- a/python-sphinx.spec +++ b/python-sphinx.spec @@ -480,9 +480,15 @@ done %check +# Currently, all linkcheck tests hit external websites. Since network access +# is disabled in koji, we have to disable these. +rm tests/test_build_linkcheck.py LANG=en_US.UTF-8 make test %if 0%{?with_python3} pushd %{py3dir} +# Currently, all linkcheck tests hit external websites. Since network access +# is disabled in koji, we have to disable these. +rm tests/test_build_linkcheck.py LANG=en_US.UTF-8 PYTHON=python3 make test popd %endif # with_python3