Skip to content

Commit

Permalink
chore: bump python version to 0.7.0 (#479)
Browse files Browse the repository at this point in the history
* driveby: delete commented out test

* chore: bump python version to 0.7.0
  • Loading branch information
ss2165 committed Apr 15, 2024
1 parent 59cbe56 commit 1c1ed6f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 21 deletions.
20 changes: 0 additions & 20 deletions tests/test_builder.py
Original file line number Diff line number Diff line change
Expand Up @@ -630,26 +630,6 @@ def foo(arg: ValueSource) -> Output:
assert f.retry_secs == 2


# @pytest.mark.asyncio
# async def test_bad_annotations() -> None:
# # pyright does not support no_type_check decorator
# # so peppered with type: ignore
# with pytest.raises(TypeError, match="return type"):

# @no_type_check
# @graph() # type: ignore
# def foo1(arg) -> int:
# return Output(out=arg) # type: ignore


# with pytest.raises(TypeError, match="Graph builder function arguments"):

# @no_type_check
# @lazy_graph()
# def foo3(arg: float) :
# return Output(out=arg) # type: ignore


@pytest.mark.skip_typecheck
@pytest.mark.asyncio
async def test_box_order(bi: Namespace, sig: Signature) -> None:
Expand Down
2 changes: 1 addition & 1 deletion tierkreis/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.5.3"
__version__ = "0.7.0"

0 comments on commit 1c1ed6f

Please sign in to comment.