pytest: skip some test when DEPRECATED_APIS is enabled.

This commit is contained in:
darosior
2020-04-02 15:12:46 +02:00
committed by Rusty Russell
parent 242ddb5660
commit 5aafef1484
3 changed files with 14 additions and 6 deletions

View File

@@ -1,4 +1,4 @@
from pyln.testing.utils import TEST_NETWORK, SLOW_MACHINE, TIMEOUT, VALGRIND, DEVELOPER # noqa: F401
from pyln.testing.utils import TEST_NETWORK, SLOW_MACHINE, TIMEOUT, VALGRIND, DEVELOPER, DEPRECATED_APIS # noqa: F401
from pyln.testing.utils import env, only_one, wait_for, write_config, TailableProc, sync_blockheight, wait_channel_quiescent, get_tx_p2wsh_outnum # noqa: F401