Browse Source

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>
plugin-3
Christian Decker 6 years ago
committed by Rusty Russell
parent
commit
685a76e714
  1. 1
      tests/test_closing.py

1
tests/test_closing.py

@ -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()

Loading…
Cancel
Save