Skip to content

Commit

Permalink
💚 Skip test that requires pandas if pandas not installed
Browse files Browse the repository at this point in the history
Co-authored-by: Chris Markiewicz <[email protected]>
  • Loading branch information
shnizzedy and effigies committed Nov 18, 2024
1 parent fde3e74 commit cd02cb9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions nipype/pipeline/plugins/tests/test_callback.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ def test_callback_exception(tmpdir, plugin, stop_on_first_crash):


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

Expand Down

0 comments on commit cd02cb9

Please sign in to comment.