mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-29 00:11:36 +00:00
fix prev
unintentionally committed
This commit is contained in:
parent
fd5b1acdc8
commit
07ec0d41d5
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ from electrum import constants
|
|||
# If set, unit tests that would normally test functions with multiple implementations,
|
||||
# will only be run once, using the fastest implementation.
|
||||
# e.g. libsecp256k1 vs python-ecdsa. pycryptodomex vs pyaes.
|
||||
FAST_TESTS = 1
|
||||
FAST_TESTS = False
|
||||
|
||||
|
||||
# some unit tests are modifying globals; sorry.
|
||||
|
|
Loading…
Add table
Reference in a new issue