We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a6a2c27 + 16bc7a9 commit d830d52Copy full SHA for d830d52
tests/test_substrate_addons.py
@@ -29,7 +29,6 @@ def single_local_chain():
29
try:
30
yield process
31
finally:
32
- print("TRIGGERED KILL")
33
subprocess.run(["docker", "kill", process.name])
34
process.process.kill()
35
@@ -54,7 +53,6 @@ def test_retry_sync_substrate_max_retries(docker_containers):
54
53
docker_containers[0].uri, fallback_chains=[docker_containers[1].uri]
55
) as substrate:
56
for i in range(5):
57
- print("EYE EQUALS", i)
58
assert substrate.get_chain_head().startswith("0x")
59
if i == 2:
60
subprocess.run(["docker", "pause", docker_containers[0].name])
0 commit comments