[packages/python3-sphinx_gallery] - try to disable test_embed_code_links_get_data test which requires network

qboosh qboosh at pld-linux.org
Fri May 15 06:23:00 CEST 2020


commit c766a95e2733306f787986c11c0b08fae81fac2b
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date:   Fri May 15 06:23:30 2020 +0200

    - try to disable test_embed_code_links_get_data test which requires network

 python3-sphinx_gallery.spec | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
---
diff --git a/python3-sphinx_gallery.spec b/python3-sphinx_gallery.spec
index 14b02a1..16bc87e 100644
--- a/python3-sphinx_gallery.spec
+++ b/python3-sphinx_gallery.spec
@@ -49,8 +49,9 @@ niezależne rozszerzenie ogólnego przeznaczenia.
 %py3_build
 
 %if %{with tests}
+# test_embed_code_links_get_data uses network
 PYTHONPATH=$(pwd)/build-3/lib \
-pytest-3 sphinx_gallery/tests
+pytest-3 sphinx_gallery/tests -k 'not test_embed_code_links_get_data'
 %endif
 
 %install
================================================================

---- gitweb:

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



More information about the pld-cvs-commit mailing list