Skip to content

Commit 37d0fa9

Browse files
skoudoroeffigies
andauthored
Update nipype/interfaces/dipy/tests/test_base.py
Co-authored-by: Chris Markiewicz <[email protected]>
1 parent 922c850 commit 37d0fa9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

nipype/interfaces/dipy/tests/test_base.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -115,8 +115,8 @@ def test_create_interface_specs():
115115
assert "out_params" in current_params.keys()
116116

117117

118-
@pytest.mark.skipif(no_dipy() and DIPY_1_4_LESS,
119-
reason="DIPY is not installed")
118+
@pytest.mark.skipif(no_dipy() or Version(dipy_version()) < Version("1.4"),
119+
reason="DIPY >=1.4 required")
120120
def test_get_default_args():
121121
from dipy.utils.deprecator import deprecated_params
122122

0 commit comments

Comments
 (0)