lol

Merge pull request #206168 from SuperSandro2000/eth-keys

authored by

Sandro and committed by
GitHub
2df9e98e a1cc9f4f

+2
+2
pkgs/development/python-modules/eth-keys/default.nix
··· 50 "test_public_key_compression_is_equal" 51 "test_public_key_decompression_is_equal" 52 "test_signatures_with_high_s" 53 ]; 54 55 pythonImportsCheck = [ "eth_keys" ];
··· 50 "test_public_key_compression_is_equal" 51 "test_public_key_decompression_is_equal" 52 "test_signatures_with_high_s" 53 + # timing sensitive 54 + "test_encode_decode_pairings" 55 ]; 56 57 pythonImportsCheck = [ "eth_keys" ];