diff --git a/goth_tests/pyproject.toml b/goth_tests/pyproject.toml index be328b4788..e19ca23acc 100644 --- a/goth_tests/pyproject.toml +++ b/goth_tests/pyproject.toml @@ -25,9 +25,9 @@ python = "^3.10.1,<3.11" pytest = "^7.4" pytest-asyncio = "0.21" pytest-split = "^0.8.1" -goth = "0.15.11" +# goth = "0.15.11" # to use development goth version uncomment below -# goth = { git = "https://github.com/golemfactory/goth.git", rev = "d7df17db5e936db91ef9682136dadca222b064d5" } +goth = { git = "https://github.com/golemfactory/goth.git", rev = "a4296ba0070ba7ba4fe2360d941ec96214a1121c" } [tool.poetry.dev-dependencies] black = "21.7b0"