We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c4276d3 commit 9031b92Copy full SHA for 9031b92
nipype/interfaces/tests/test_base.py
@@ -9,6 +9,7 @@
9
skipif)
10
import nipype.interfaces.base as nib
11
from nipype.interfaces.base import Undefined, config
12
+from traits.testing.nose_tools import skip
13
14
#test Bunch
15
def test_bunch():
@@ -91,6 +92,7 @@ class spec(nib.TraitedSpec):
91
92
#yield assert_equal, infields.hashval[1], hashval[1]
93
yield assert_equal, infields.__repr__(), '\nfoo = 1\ngoo = 0.0\n'
94
95
+@skip
96
def test_TraitedSpec_dynamic():
97
from cPickle import dumps, loads
98
a = nib.BaseTraitedSpec()
0 commit comments