diff --git a/tests/test_builder.py b/tests/test_builder.py index cc44d46..715b58f 100644 --- a/tests/test_builder.py +++ b/tests/test_builder.py @@ -972,6 +972,7 @@ def g() -> Output: assert any([isinstance(n, BoxNode) for n in tc_graph.nodes()]) +@pytest.mark.skipif(not _TYPE_CHECK, reason="tierkreis_typecheck not installed.") @pytest.mark.asyncio async def test_parmap_builder(bi: Namespace, sig, pyruntime: PyRuntime) -> None: client = pyruntime # We expect to make this pass for Rust runtime too soon