Loading pkgs/development/python-modules/flask-bcrypt/default.nix +7 −0 Original line number Diff line number Diff line Loading @@ -19,6 +19,13 @@ buildPythonPackage rec { hash = "sha256-WlIholi/nzq6Ikc0LS6FhG0Q5Kz0kvvAlA2YJ7EksZ4="; }; postPatch = '' # Backport fix for test_long_password from upstream PR: https://github.com/maxcountryman/flask-bcrypt/pull/96 substituteInPlace test_bcrypt.py \ --replace-fail "self.assertTrue(self.bcrypt.check_password_hash(pw_hash, 'A' * 80))" \ "self.assertTrue(self.bcrypt.check_password_hash(pw_hash, 'A' * 72))" ''; propagatedBuildInputs = [ flask bcrypt Loading Loading
pkgs/development/python-modules/flask-bcrypt/default.nix +7 −0 Original line number Diff line number Diff line Loading @@ -19,6 +19,13 @@ buildPythonPackage rec { hash = "sha256-WlIholi/nzq6Ikc0LS6FhG0Q5Kz0kvvAlA2YJ7EksZ4="; }; postPatch = '' # Backport fix for test_long_password from upstream PR: https://github.com/maxcountryman/flask-bcrypt/pull/96 substituteInPlace test_bcrypt.py \ --replace-fail "self.assertTrue(self.bcrypt.check_password_hash(pw_hash, 'A' * 80))" \ "self.assertTrue(self.bcrypt.check_password_hash(pw_hash, 'A' * 72))" ''; propagatedBuildInputs = [ flask bcrypt Loading