[Scipy-svn] r4464 - trunk/scipy/weave/tests
scipy-svn@scip...
scipy-svn@scip...
Mon Jun 23 09:31:04 CDT 2008
Author: cdavid
Date: 2008-06-23 09:30:58 -0500 (Mon, 23 Jun 2008)
New Revision: 4464
Modified:
trunk/scipy/weave/tests/test_wx_spec.py
Log:
Maybe I will get this right at some point: set DONOTRUN to False by default to decide wether we should run some weave test or not.
Modified: trunk/scipy/weave/tests/test_wx_spec.py
===================================================================
--- trunk/scipy/weave/tests/test_wx_spec.py 2008-06-23 13:58:24 UTC (rev 4463)
+++ trunk/scipy/weave/tests/test_wx_spec.py 2008-06-23 14:30:58 UTC (rev 4464)
@@ -11,6 +11,7 @@
from scipy.testing import *
e = None
+DONOTRUN = False
try:
from scipy.weave import ext_tools, wx_spec
import wx
More information about the Scipy-svn
mailing list