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 d76af57 commit a80923fCopy full SHA for a80923f
nipype/pipeline/plugins/tests/test_callback.py
@@ -63,6 +63,7 @@ def test_callback_exception(tmpdir, plugin, stop_on_first_crash):
63
64
65
@pytest.mark.parametrize("plugin", ["Linear", "MultiProc", "LegacyMultiProc"])
66
+@pytest.mark.skipif(not has_pandas, "Test requires pandas")
67
def test_callback_gantt(tmpdir, plugin):
68
import logging
69
0 commit comments