pytest: Add flaky dependency and mark as test_closing_different_fees

This is mainly just a stopgap solution until we get to stabilize the test.

Signed-off-by: Christian Decker <decker.christian@gmail.com>
This commit is contained in:
Christian Decker 2018-05-05 16:45:36 +02:00 committed by Rusty Russell
parent 957b32affe
commit 65cac1ba85
2 changed files with 5 additions and 0 deletions

View File

@ -1 +1,4 @@
python-bitcoinlib==0.7.0
ephemeral-port-reserve==1.1.0
pytest-forked==0.2
flaky==3.4.0

View File

@ -1,6 +1,7 @@
from concurrent import futures
from decimal import Decimal
from ephemeral_port_reserve import reserve as reserve_port
from flaky import flaky
from utils import wait_for
import copy
@ -1439,6 +1440,7 @@ class LightningDTests(BaseLightningDTests):
bitcoind.generate_block(5)
sync_blockheight([l1])
@flaky
def test_closing_different_fees(self):
l1 = self.node_factory.get_node()