[packages/python-blockdiag] - adjusted exclude regex

qboosh qboosh at pld-linux.org
Sat Feb 6 17:22:19 CET 2021


commit 31e434deddad11fe11ce14d0db4d3fd325ea5c68
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date:   Sat Feb 6 17:22:44 2021 +0100

    - adjusted exclude regex

 python-blockdiag.spec | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/python-blockdiag.spec b/python-blockdiag.spec
index 1a9f0ae..c76dd25 100644
--- a/python-blockdiag.spec
+++ b/python-blockdiag.spec
@@ -98,9 +98,9 @@ Funkcje:
 %py_build
 
 %if %{with tests}
-# disable tests requiring network
+# disable tests requiring network: test_command.TestBlockdiagApp.test_app_cleans_up_images, test_generate_diagram.test_generate, test_generate_diagram.ghostscript_not_found_test
 PYTHONPATH=$(pwd)/src \
-nosetests-%{py_ver} src/blockdiag/tests -e 'test_app_cleans_up_images|test_generate_diagram\.test_generate|ghostscript_not_found_test'
+nosetests-%{py_ver} src/blockdiag/tests -e 'test_app_cleans_up_images|test_generate\>|ghostscript_not_found_test'
 %endif
 %endif
 
@@ -108,10 +108,10 @@ nosetests-%{py_ver} src/blockdiag/tests -e 'test_app_cleans_up_images|test_gener
 %py3_build
 
 %if %{with tests}
-# disable tests requiring network
+# disable tests requiring network: test_command.TestBlockdiagApp.test_app_cleans_up_images, test_generate_diagram.test_generate, test_generate_diagram.ghostscript_not_found_test
 # test_setup_inline_svg_is_true_with_multibytes fails on utf-8 vs latin-1 inconsistency
 PYTHONPATH=$(pwd)/src \
-nosetests-%{py3_ver} src/blockdiag/tests -e 'test_app_cleans_up_images|test_generate_diagram\.test_generate|ghostscript_not_found_test|test_setup_inline_svg_is_true_with_multibytes'
+nosetests-%{py3_ver} src/blockdiag/tests -e 'test_app_cleans_up_images|test_generate\>|ghostscript_not_found_test|test_setup_inline_svg_is_true_with_multibytes'
 %endif
 %endif
 
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/python-blockdiag.git/commitdiff/31e434deddad11fe11ce14d0db4d3fd325ea5c68



More information about the pld-cvs-commit mailing list