You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ERROR tests/test_10_exceptions.py::TestPGPKey::test_add_subkey_to_pubkey - ValueError: key_size must be at least 1024-bits.
ERROR tests/test_10_exceptions.py::TestPGPKey::test_add_pubsubkey_to_key - ValueError: key_size must be at least 1024-bits.
ERROR tests/test_10_exceptions.py::TestPGPKey::test_add_key_with_subkeys_as_subkey - ValueError: key_size must be at least 1024-bits.
FAILED tests/test_10_exceptions.py::TestPGPKey::test_new_key_deprecated_rsa_alg[RSAEncrypt] - ValueError: key_size must be at least 1024-bits.
FAILED tests/test_10_exceptions.py::TestPGPKey::test_new_key_deprecated_rsa_alg[RSASign] - ValueError: key_size must be at least 1024-bits.
The text was updated successfully, but these errors were encountered:
In tests/test_10_exceptions.py, the key was 512-bit long. However, gpg has removed the support the 512-bit so it should be changed to 1024.
https://cache.nixos.org/log/xzicc1jxmnyhbl3s5d9jm52z9qxzmx67-python3.12-pgpy-0.6.0.drv
The text was updated successfully, but these errors were encountered: