diff --git a/pkgs/development/python-modules/eth-keys/default.nix b/pkgs/development/python-modules/eth-keys/default.nix index 903d9bf95018..00029b7df05f 100644 --- a/pkgs/development/python-modules/eth-keys/default.nix +++ b/pkgs/development/python-modules/eth-keys/default.nix @@ -49,6 +49,7 @@ buildPythonPackage rec { "test_native_to_coincurve_recover" "test_public_key_compression_is_equal" "test_public_key_decompression_is_equal" + "test_signatures_with_high_s" ]; pythonImportsCheck = [ "eth_keys" ];