[ipython/f20] Disable pylab tests

Thomas Spura tomspur at fedoraproject.org
Tue Jul 15 19:41:46 UTC 2014


commit 608fcfab5f8fd997d8e196fca906dcee68e30420
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 0c4c8d9..15adb41 100644
--- a/ipython.spec
+++ b/ipython.spec
@@ -366,9 +366,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