Skip to content

Commit 01013bb

Browse files
cbrznNiraj-Kamdar
andauthored
fix: deadlock in deep subinvoke (#163)
* chore: add asyncify tests * chore: complex subinvocation w/plugin test added * fix: pyproject.toml * fix: deadlock in subinvocation * fix: tests * chore: linting issues --------- Co-authored-by: Niraj Kamdar <[email protected]>
1 parent f829267 commit 01013bb

File tree

14 files changed

+275
-29
lines changed

14 files changed

+275
-29
lines changed

packages/polywrap-client/poetry.lock

Lines changed: 48 additions & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/polywrap-client/pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,12 @@ polywrap-uri-resolvers = {path = "../polywrap-uri-resolvers", develop = true}
1515
polywrap-manifest = {path = "../polywrap-manifest", develop = true}
1616
polywrap-msgpack = {path = "../polywrap-msgpack", develop = true}
1717
polywrap-core = {path = "../polywrap-core", develop = true}
18+
1819
[tool.poetry.dev-dependencies]
1920
pytest = "^7.1.2"
2021
pytest-asyncio = "^0.19.0"
22+
polywrap-plugin = {path = "../polywrap-plugin", develop = true}
23+
polywrap-client-config-builder = {path = "../polywrap-client-config-builder", develop = true}
2124
pylint = "^2.15.4"
2225
black = "^22.10.0"
2326
bandit = { version = "^1.7.4", extras = ["toml"]}
5.32 KB
Binary file not shown.
125 KB
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)