fix prev
unintentionally committed
This commit is contained in:
@@ -8,7 +8,7 @@ from electrum import constants
|
|||||||
# If set, unit tests that would normally test functions with multiple implementations,
|
# If set, unit tests that would normally test functions with multiple implementations,
|
||||||
# will only be run once, using the fastest implementation.
|
# will only be run once, using the fastest implementation.
|
||||||
# e.g. libsecp256k1 vs python-ecdsa. pycryptodomex vs pyaes.
|
# e.g. libsecp256k1 vs python-ecdsa. pycryptodomex vs pyaes.
|
||||||
FAST_TESTS = 1
|
FAST_TESTS = False
|
||||||
|
|
||||||
|
|
||||||
# some unit tests are modifying globals; sorry.
|
# some unit tests are modifying globals; sorry.
|
||||||
|
|||||||
Reference in New Issue
Block a user