Skip to content

Commit 6f3a8ce

Browse files
committed
enabled test_package unittests
1 parent f9351a4 commit 6f3a8ce

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

nipype2pydra/tests/test_package.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ def package_spec(request):
3232
return EXAMPLE_PKG_GEN_DIR / f"{request.param}.yaml"
3333

3434

35-
@pytest.mark.xfail(reason="Fails due to missing dependencies on PyPI")
3635
def test_package_complete(package_spec, cli_runner, tmp_path, tasks_template_args):
3736
pkg_name = package_spec.stem
3837
repo_output = tmp_path / "repo"

0 commit comments

Comments
 (0)