python310Packages.bcrypt: add some packages to passthru.tests
This commit is contained in:
@@ -8,6 +8,12 @@
|
||||
, pythonOlder
|
||||
, cffi
|
||||
, pytestCheckHook
|
||||
# for passthru.tests
|
||||
, asyncssh
|
||||
, django_4
|
||||
, fastapi
|
||||
, paramiko
|
||||
, twisted
|
||||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
@@ -55,6 +61,10 @@ buildPythonPackage rec {
|
||||
"bcrypt"
|
||||
];
|
||||
|
||||
passthru.tests = {
|
||||
inherit asyncssh django_4 fastapi paramiko twisted;
|
||||
};
|
||||
|
||||
meta = with lib; {
|
||||
description = "Modern password hashing for your software and your servers";
|
||||
homepage = "https://github.com/pyca/bcrypt/";
|
||||
|
||||
Reference in New Issue
Block a user