[ipython/el6] Disable pylab tests

Thomas Spura tomspur at fedoraproject.org
Tue Jul 15 19:58:38 UTC 2014


commit b04ac230cff3e9b6f1ddda829e781cacf7c2f4fc
Author: Thomas Spura <thomas.spura at gmail.com>
Date:   Tue Jul 15 21:41:59 2014 +0200

    Disable pylab tests

 ipython.spec |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/ipython.spec b/ipython.spec
index 66c7c6c..a8e2f3d 100644
--- a/ipython.spec
+++ b/ipython.spec
@@ -369,9 +369,9 @@ export PYTHONSTARTUP=""
 #### -> ignoring test_pylab_import_all_disabled|test_pylab_import_all_enabled
 #####################################################################
 # No *EXCLUDE_TESTS may be empty. Write NONE in such a case.
-%global COMMON_EXCLUDE_TESTS testIPython|testPython|test_console_starts
+%global COMMON_EXCLUDE_TESTS testIPython|testPython|test_console_starts|test_pylab_import_all_disabled|test_pylab_import_all_enabled
 %global PYTHON3EXCLUDE_TESTS NONE
-%global PYTHON2EXCLUDE_TESTS test_pylab_import_all_disabled|test_pylab_import_all_enabled
+%global PYTHON2EXCLUDE_TESTS NONE
 
 %global EXCLUDE_TESTS_3 "%{COMMON_EXCLUDE_TESTS}|%{PYTHON3EXCLUDE_TESTS}"
 %global EXCLUDE_TESTS_2 "%{COMMON_EXCLUDE_TESTS}|%{PYTHON2EXCLUDE_TESTS}"


More information about the scm-commits mailing list