Skip to content

Commit 99f981e

Browse files
committed
skip test if tvtk is not installed
1 parent 17bdfb0 commit 99f981e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

nipype/algorithms/tests/test_mesh_ops.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
pass
2424

2525

26+
@skipif(notvtk)
2627
def test_ident_distances():
2728
tempdir = mkdtemp()
2829
curdir = os.getcwd()

0 commit comments

Comments
 (0)