Skip to content

Commit ff95f73

Browse files
authored
Bump truss version to 0.9.60rc001 (#1345)
1 parent 56608ff commit ff95f73

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "truss"
3-
version = "0.9.59"
3+
version = "0.9.60rc001"
44
description = "A seamless bridge from model development to model delivery"
55
license = "MIT"
66
readme = "README.md"

truss-chains/tests/test_e2e.py

+1
Original file line numberDiff line numberDiff line change
@@ -213,6 +213,7 @@ def test_numpy_chain(mode):
213213
print(response.json())
214214

215215

216+
@pytest.mark.integration
216217
@pytest.mark.asyncio
217218
async def test_timeout():
218219
with ensure_kill_all():

0 commit comments

Comments
 (0)