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 516ae7a commit be47ff8Copy full SHA for be47ff8
nipype/interfaces/cmtk/tests/test_nbs.py
@@ -42,7 +42,6 @@ def test_importerror(creating_graphs, tmpdir):
42
43
with pytest.raises(ImportError) as e:
44
nbs.run()
45
- assert "No module named 'cviewer'" == str(e.value)
46
47
48
@pytest.mark.skipif(not have_cv, reason="cviewer has to be available")
0 commit comments