mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-06-25 00:11:28 +02:00
test: skip backwards compat tests if not compiled with wallet
This commit is contained in:
parent
cf21293ef7
commit
c0c43ae147
@ -40,6 +40,9 @@ class BackwardsCompatibilityTest(BitcoinTestFramework):
|
|||||||
["-nowallet", "-walletrbf=1", "-addresstype=bech32"] # v0.17.1
|
["-nowallet", "-walletrbf=1", "-addresstype=bech32"] # v0.17.1
|
||||||
]
|
]
|
||||||
|
|
||||||
|
def skip_test_if_missing_module(self):
|
||||||
|
self.skip_if_no_wallet()
|
||||||
|
|
||||||
def setup_nodes(self):
|
def setup_nodes(self):
|
||||||
if os.getenv("TEST_PREVIOUS_RELEASES") == "false":
|
if os.getenv("TEST_PREVIOUS_RELEASES") == "false":
|
||||||
raise SkipTest("backwards compatibility tests")
|
raise SkipTest("backwards compatibility tests")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user