Skip to content

Commit a80923f

Browse files
shnizzedyeffigies
andcommitted
TST: Skip test that requires pandas if pandas not installed
Co-authored-by: Chris Markiewicz <[email protected]>
1 parent d76af57 commit a80923f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

nipype/pipeline/plugins/tests/test_callback.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ def test_callback_exception(tmpdir, plugin, stop_on_first_crash):
6363

6464

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

0 commit comments

Comments
 (0)