From b0cf939c6e31f1eb70615bdc19c2f94086ddbf15 Mon Sep 17 00:00:00 2001 From: Ayush Thoren Date: Fri, 14 Nov 2025 02:01:37 -0800 Subject: [PATCH] python3Packages.proton-core: fix build with bcrypt 72-byte limit --- pkgs/development/python-modules/proton-core/default.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/pkgs/development/python-modules/proton-core/default.nix b/pkgs/development/python-modules/proton-core/default.nix index b0f67a37c87d..e9768bd2ec4c 100644 --- a/pkgs/development/python-modules/proton-core/default.nix +++ b/pkgs/development/python-modules/proton-core/default.nix @@ -63,6 +63,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 = {