[packages/python3-sphinx_gallery] - disable test_run_sphinx (uses network)

qboosh qboosh at pld-linux.org
Wed Jan 11 18:54:22 CET 2023


commit 24579f46b84b5f3ec8fdcb20890721109b2ad334
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date:   Wed Jan 11 18:55:29 2023 +0100

    - disable test_run_sphinx (uses network)

 python3-sphinx_gallery.spec | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/python3-sphinx_gallery.spec b/python3-sphinx_gallery.spec
index 3998543..77816a5 100644
--- a/python3-sphinx_gallery.spec
+++ b/python3-sphinx_gallery.spec
@@ -50,12 +50,12 @@ niezależne rozszerzenie ogólnego przeznaczenia.
 %py3_build
 
 %if %{with tests}
-# test_embed_code_links_get_data uses network
+# test_embed_code_links_get_data, test_run_sphinx use network
 # test_embed_links_and_styles is too dependent on sphinx version?
 PYTEST_DISABLE_PLUGIN_AUTOLOAD=1 \
 PYTEST_PLUGINS="pytest_cov.plugin" \
 PYTHONPATH=$(pwd)/build-3/lib \
-%{__python3} -m pytest sphinx_gallery/tests -k 'not test_embed_code_links_get_data and not test_embed_links_and_styles'
+%{__python3} -m pytest sphinx_gallery/tests -k 'not test_embed_code_links_get_data and not test_embed_links_and_styles and not test_run_sphinx'
 %endif
 
 %install
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/python3-sphinx_gallery.git/commitdiff/24579f46b84b5f3ec8fdcb20890721109b2ad334



More information about the pld-cvs-commit mailing list