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 922c850 commit 37d0fa9Copy full SHA for 37d0fa9
nipype/interfaces/dipy/tests/test_base.py
@@ -115,8 +115,8 @@ def test_create_interface_specs():
115
assert "out_params" in current_params.keys()
116
117
118
-@pytest.mark.skipif(no_dipy() and DIPY_1_4_LESS,
119
- reason="DIPY is not installed")
+@pytest.mark.skipif(no_dipy() or Version(dipy_version()) < Version("1.4"),
+ reason="DIPY >=1.4 required")
120
def test_get_default_args():
121
from dipy.utils.deprecator import deprecated_params
122
0 commit comments