swc-installation-test-2.py: Disable sympy, Cython, networkx, and mayavi.mlab
authorW. Trevor King <wking@tremily.us>
Mon, 9 Nov 2015 17:46:21 +0000 (09:46 -0800)
committerW. Trevor King <wking@tremily.us>
Mon, 9 Nov 2015 17:46:21 +0000 (09:46 -0800)
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

index 74d44c8b94b7e9ad754bb8eea69dc581d4090ae1..bd7960d58c96444e915c02d7582a20040d6a1323 100755 (executable)
@@ -115,10 +115,10 @@ CHECKS = [
     'scipy',
     'matplotlib',
     'pandas',
-    'sympy',
-    'Cython',
-    'networkx',
-    'mayavi.mlab',
+    #'sympy',
+    #'Cython',
+    #'networkx',
+    #'mayavi.mlab',
     ]
 
 CHECKER = {}