python3Packages.proton-core: fix build with bcrypt 72-byte limit (#461528)

This commit is contained in:
dotlambda
2025-11-15 04:35:59 +00:00
committed by GitHub
@@ -64,6 +64,11 @@ buildPythonPackage rec {
# Failed assertions
"test_bad_pinning_fingerprint_changed"
"test_bad_pinning_url_changed"
# Bcrypt 72-byte limit exceeded
# https://github.com/ProtonVPN/python-proton-core/pull/10
"test_compute_v"
"test_generate_v"
"test_srp"
];
meta = {