python3Packages.proton-core: fix build with bcrypt 72-byte limit (#461528)
This commit is contained in:
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user