We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 735823d commit b156c76Copy full SHA for b156c76
nipype2pydra/tests/test_package.py
@@ -52,7 +52,7 @@ def package_spec(request):
52
return EXAMPLE_PKG_GEN_DIR / f"{request.param}.yaml"
53
54
55
-@pytest.mark.xfail("Don't have time to debug at the moment")
+@pytest.mark.xfail(reason="Don't have time to debug at the moment")
56
def test_package_complete(package_spec, cli_runner, tmp_path, tasks_template_args):
57
pkg_name = package_spec.stem
58
repo_output = tmp_path / "repo"
0 commit comments