python310Packages.bcrypt: add some packages to passthru.tests

This commit is contained in:
Sandro Jäckel
2022-09-20 16:35:56 +02:00
committed by Sandro Jäckel
parent 1edfa00d80
commit 5735595369
@@ -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/";