From 63a8f7aefb969fd3df6ef5112d8645e47ec6276f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Tue, 10 Dec 2019 18:10:22 +0100 Subject: [PATCH] Stop skipping some tests that used to fail --- python-sphinx.spec | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/python-sphinx.spec b/python-sphinx.spec index 96f088d..7c07a89 100644 --- a/python-sphinx.spec +++ b/python-sphinx.spec @@ -352,11 +352,10 @@ mkdir %{buildroot}%{python3_sitelib}/sphinxcontrib export PYTHONPATH=%{buildroot}%{python3_sitelib} export PATH=%{buildroot}%{_bindir}:$PATH -# Currently, all linkcheck tests and test_latex_remote_images need internet -# XXX investigate test_gettext_definition_terms test_text_definition_terms +# Currently, all linkcheck tests and test_latex_images need internet %{__python3} -m pytest \ %if %{without internet} - -k "not linkcheck and not latex_remote_images and not test_latex_images and not test_gettext_definition_terms and not test_text_definition_terms" \ + -k "not linkcheck and not test_latex_images" \ %endif ; %endif