Skip to content

Commit

Permalink
TST - skipping tracking/interfaces.py in test for now
Browse files Browse the repository at this point in the history
  • Loading branch information
MrBago committed Jan 30, 2013
1 parent ce00e98 commit 4ccf0bb
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions dipy/tracking/interfaces.py
@@ -1,7 +1,14 @@
from warnings import warn
from nose import SkipTest


#############################################################################
# Remove this when the module becomes functional again
class ThisIsBroken(SkipTest):
pass
raise ThisIsBroken("this module is undergoing a major overhaul as therefore "
"does not currently work")
#############################################################################

warn("The interfaces module is very new and not well tested, please use it "
"with care and help us make it better")

import pickle
import string
Expand Down

0 comments on commit 4ccf0bb

Please sign in to comment.