Skip to content

Commit 22851bf

Browse files
shnizzedyeffigies
andauthored
💚 Skip test that requires pandas if pandas not installed
Co-authored-by: Chris Markiewicz <[email protected]>
1 parent 25dd1fc commit 22851bf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: nipype/pipeline/plugins/tests/test_callback.py

+1
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ def test_callback_exception(tmpdir, plugin, stop_on_first_crash):
6464

6565

6666
@pytest.mark.parametrize("plugin", ["Linear", "MultiProc", "LegacyMultiProc"])
67+
@pytest.mark.skipif(not has_pandas, "Test requires pandas")
6768
def test_callback_gantt(tmpdir, plugin):
6869
import logging
6970

0 commit comments

Comments
 (0)