Skip to content

Commit be47ff8

Browse files
authored
TEST: Don't match error message string
1 parent 516ae7a commit be47ff8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

nipype/interfaces/cmtk/tests/test_nbs.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@ def test_importerror(creating_graphs, tmpdir):
4242

4343
with pytest.raises(ImportError) as e:
4444
nbs.run()
45-
assert "No module named 'cviewer'" == str(e.value)
4645

4746

4847
@pytest.mark.skipif(not have_cv, reason="cviewer has to be available")

0 commit comments

Comments
 (0)