We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 56608ff commit ff95f73Copy full SHA for ff95f73
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "truss"
3
-version = "0.9.59"
+version = "0.9.60rc001"
4
description = "A seamless bridge from model development to model delivery"
5
license = "MIT"
6
readme = "README.md"
truss-chains/tests/test_e2e.py
@@ -213,6 +213,7 @@ def test_numpy_chain(mode):
213
print(response.json())
214
215
216
+@pytest.mark.integration
217
@pytest.mark.asyncio
218
async def test_timeout():
219
with ensure_kill_all():
0 commit comments