From f4804b61d926ee5701ecaf196ec1f8da15fbbdec Mon Sep 17 00:00:00 2001 From: Guillermo Rodriguez Date: Tue, 11 Feb 2025 16:25:40 -0300 Subject: [PATCH] Increase ipfs startup timeout & update lock (new dockerctl v) --- tests/conftest.py | 3 ++- uv.lock | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/tests/conftest.py b/tests/conftest.py index 616dab3..1540f9d 100644 --- a/tests/conftest.py +++ b/tests/conftest.py @@ -66,6 +66,7 @@ def ipfs_node(dockerctl): '8080/tcp': 18080, '4001/tcp': 14001, '5001/tcp': ('127.0.0.1', rpc_port) - } + }, + timeout=60 ) as cntr: yield cntr, AsyncIPFSHTTP(f'http://127.0.0.1:{rpc_port}') diff --git a/uv.lock b/uv.lock index 2f32770..57355d4 100644 --- a/uv.lock +++ b/uv.lock @@ -1598,7 +1598,7 @@ wheels = [ [[package]] name = "py-leap" version = "0.1a35" -source = { git = "https://github.com/guilledk/py-leap.git?branch=struct_unwrap#9c60e0b63f4583bd958c4fa06c14757e758f4a2c" } +source = { git = "https://github.com/guilledk/py-leap.git?branch=struct_unwrap#18b3c73e724922a060db5f8ea2b9d9727b6152cc" } dependencies = [ { name = "base58" }, { name = "cryptos" }, @@ -1703,7 +1703,7 @@ wheels = [ [[package]] name = "pytest-dockerctl" version = "0.2a0" -source = { git = "https://github.com/pikers/pytest-dockerctl.git?branch=g_update#d58e9317b55954f05f139730a62d55e1acb5f5d1" } +source = { git = "https://github.com/pikers/pytest-dockerctl.git?branch=g_update#9b0f3296cd5e4a5e8a7ef280b1aafafc6cc22880" } dependencies = [ { name = "docker" }, { name = "pytest" },