Skip to content

Commit b156c76

Browse files
committed
fix up xfail mark
1 parent 735823d commit b156c76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nipype2pydra/tests/test_package.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ def package_spec(request):
5252
return EXAMPLE_PKG_GEN_DIR / f"{request.param}.yaml"
5353

5454

55-
@pytest.mark.xfail("Don't have time to debug at the moment")
55+
@pytest.mark.xfail(reason="Don't have time to debug at the moment")
5656
def test_package_complete(package_spec, cli_runner, tmp_path, tasks_template_args):
5757
pkg_name = package_spec.stem
5858
repo_output = tmp_path / "repo"

0 commit comments

Comments
 (0)