|
27 | 27 | import logging
|
28 | 28 | import unittest
|
29 | 29 |
|
| 30 | +os.environ["REQUIRE_WALLET_TYPE_SET"] = "1" |
| 31 | + |
30 | 32 | # Formatting. Default colors to empty strings.
|
31 | 33 | DEFAULT, BOLD, GREEN, RED = ("", ""), ("", ""), ("", ""), ("", "")
|
32 | 34 | try:
|
|
159 | 161 | 'wallet_avoidreuse.py --descriptors',
|
160 | 162 | 'wallet_avoid_mixing_output_types.py --descriptors',
|
161 | 163 | 'mempool_reorg.py',
|
162 |
| - 'mempool_persist.py', |
| 164 | + 'mempool_persist.py --descriptors', |
163 | 165 | 'p2p_block_sync.py',
|
164 | 166 | 'wallet_multiwallet.py --legacy-wallet',
|
165 | 167 | 'wallet_multiwallet.py --descriptors',
|
|
208 | 210 | 'wallet_keypool.py --legacy-wallet',
|
209 | 211 | 'wallet_keypool.py --descriptors',
|
210 | 212 | 'wallet_descriptor.py --descriptors',
|
211 |
| - 'wallet_miniscript.py', |
| 213 | + 'wallet_miniscript.py --descriptors', |
212 | 214 | 'feature_maxtipage.py',
|
213 | 215 | 'p2p_nobloomfilter_messages.py',
|
214 | 216 | 'p2p_filter.py',
|
|
222 | 224 | 'feature_assumevalid.py',
|
223 | 225 | 'example_test.py',
|
224 | 226 | 'wallet_txn_doublespend.py --legacy-wallet',
|
225 |
| - 'wallet_multisig_descriptor_psbt.py', |
| 227 | + 'wallet_multisig_descriptor_psbt.py --descriptors', |
226 | 228 | 'wallet_txn_doublespend.py --descriptors',
|
227 | 229 | 'feature_backwards_compatibility.py --legacy-wallet',
|
228 | 230 | 'feature_backwards_compatibility.py --descriptors',
|
|
294 | 296 | 'wallet_sendall.py --legacy-wallet',
|
295 | 297 | 'wallet_sendall.py --descriptors',
|
296 | 298 | 'wallet_create_tx.py --descriptors',
|
297 |
| - 'wallet_taproot.py', |
298 |
| - 'wallet_inactive_hdchains.py', |
| 299 | + 'wallet_taproot.py --descriptors', |
| 300 | + 'wallet_inactive_hdchains.py --legacy-wallet', |
299 | 301 | 'p2p_fingerprint.py',
|
300 | 302 | 'feature_uacomment.py',
|
301 | 303 | 'feature_init.py',
|
|
0 commit comments