From 74844ea43e4df102d9013eae92d19f7f924ee00b Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Mon, 9 Nov 2015 09:46:21 -0800 Subject: [PATCH] swc-installation-test-2.py: Disable sympy, Cython, networkx, and mayavi.mlab These are rarely used in SWC workshops, and many instructors are pointing their students at these installation-test scripts without customizing CHECKS first. Until we get an easier way to configure the checks, just make the default settings a bit more relaxed. --- swc-installation-test-2.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/swc-installation-test-2.py b/swc-installation-test-2.py index 74d44c8..bd7960d 100755 --- a/swc-installation-test-2.py +++ b/swc-installation-test-2.py @@ -115,10 +115,10 @@ CHECKS = [ 'scipy', 'matplotlib', 'pandas', - 'sympy', - 'Cython', - 'networkx', - 'mayavi.mlab', + #'sympy', + #'Cython', + #'networkx', + #'mayavi.mlab', ] CHECKER = {} -- 2.26.2