python-jose
python-jose copied to clipboard
fix test_incorrect_public_key_hmac_signing
It used to fail with
TypeError: curve must be an EllipticCurve instance
I copied the fix from https://github.com/web-push-libs/pywebpush/issues/159.