python310Packages.eth-keys: disable timing sensitive test

This commit is contained in:
Sandro Jäckel 2022-12-15 01:05:31 +01:00
parent 39844d15de
commit 473a23dae7
No known key found for this signature in database
GPG key ID: 3AF5A43A3EECC2E5

View file

@ -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" ];