python310Packages.eth-keys: disable timing sensitive test
This commit is contained in:
parent
39844d15de
commit
473a23dae7
1 changed files with 2 additions and 0 deletions
|
@ -50,6 +50,8 @@ buildPythonPackage rec {
|
|||
"test_public_key_compression_is_equal"
|
||||
"test_public_key_decompression_is_equal"
|
||||
"test_signatures_with_high_s"
|
||||
# timing sensitive
|
||||
"test_encode_decode_pairings"
|
||||
];
|
||||
|
||||
pythonImportsCheck = [ "eth_keys" ];
|
||||
|
|
Loading…
Reference in a new issue