Increase ipfs startup timeout & update lock (new dockerctl v)

structify
Guillermo Rodriguez 2025-02-11 16:25:40 -03:00
parent 9eb46862ae
commit f4804b61d9
No known key found for this signature in database
GPG Key ID: 002CC5F1E6BDA53E
2 changed files with 4 additions and 3 deletions

View File

@ -66,6 +66,7 @@ def ipfs_node(dockerctl):
'8080/tcp': 18080, '8080/tcp': 18080,
'4001/tcp': 14001, '4001/tcp': 14001,
'5001/tcp': ('127.0.0.1', rpc_port) '5001/tcp': ('127.0.0.1', rpc_port)
} },
timeout=60
) as cntr: ) as cntr:
yield cntr, AsyncIPFSHTTP(f'http://127.0.0.1:{rpc_port}') yield cntr, AsyncIPFSHTTP(f'http://127.0.0.1:{rpc_port}')

View File

@ -1598,7 +1598,7 @@ wheels = [
[[package]] [[package]]
name = "py-leap" name = "py-leap"
version = "0.1a35" 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 = [ dependencies = [
{ name = "base58" }, { name = "base58" },
{ name = "cryptos" }, { name = "cryptos" },
@ -1703,7 +1703,7 @@ wheels = [
[[package]] [[package]]
name = "pytest-dockerctl" name = "pytest-dockerctl"
version = "0.2a0" 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 = [ dependencies = [
{ name = "docker" }, { name = "docker" },
{ name = "pytest" }, { name = "pytest" },