mirror of
https://github.com/aljazceru/lightning.git
synced 2026-02-23 15:04:19 +01:00
pytest: Updated requirements.txt to latest versions
This is an issue that was raised in #2665: some of the dependencies where causing warnings to be added to the logs about deprecated dependencies. Since I did not get these warnings I just blanket updated all the dependencies in the hopes of getting the warnings to resolve. Signed-off-by: Christian Decker <@cdecker>
This commit is contained in:
@@ -893,8 +893,8 @@ def test_funding_reorg_remote_lags(node_factory, bitcoind):
|
||||
|
||||
# Make l2 temporary blind for blocks > 107
|
||||
def no_more_blocks(req):
|
||||
return {"result": None,
|
||||
"error": {"code": -8, "message": "Block height out of range"}, "id": req['id']}
|
||||
return {"result": None,
|
||||
"error": {"code": -8, "message": "Block height out of range"}, "id": req['id']}
|
||||
|
||||
l2.daemon.rpcproxy.mock_rpc('getblockhash', no_more_blocks)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user