We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 25dd1fc commit 22851bfCopy full SHA for 22851bf
nipype/pipeline/plugins/tests/test_callback.py
@@ -64,6 +64,7 @@ def test_callback_exception(tmpdir, plugin, stop_on_first_crash):
64
65
66
@pytest.mark.parametrize("plugin", ["Linear", "MultiProc", "LegacyMultiProc"])
67
+@pytest.mark.skipif(not has_pandas, "Test requires pandas")
68
def test_callback_gantt(tmpdir, plugin):
69
import logging
70
0 commit comments