pytest: test_closing_different_fees no longer requires DEVELOPER=1

We no longer use `dev-override-fees` to set the fees, rather we
instrument the `bitcoind` proxy to return the desired feerates.

Signed-off-by: Christian Decker <@cdecker>
This commit is contained in:
Christian Decker
2018-11-06 03:18:26 +01:00
committed by Rusty Russell
parent cc7a523cab
commit 685a76e714

View File

@@ -188,7 +188,6 @@ def test_closing_torture(node_factory, executor, bitcoind):
wait_for(lambda: len(l2.rpc.listpeers()['peers']) == 0)
@unittest.skipIf(not DEVELOPER, "needs dev-override-feerates")
@unittest.skipIf(SLOW_MACHINE and VALGRIND, "slow test")
def test_closing_different_fees(node_factory, bitcoind, executor):
l1 = node_factory.get_node()