Skip to content

Commit

Permalink
add appropriate test skip
Browse files Browse the repository at this point in the history
  • Loading branch information
ss2165 committed Jul 24, 2023
1 parent 235a7e8 commit 5179ddc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_builder.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5179ddc

Please sign in to comment.