Merge pull request #329755 from risicle/ris-aiosmtpd-passthru-tests

python312Packages.aiosmtpd: add some key reverse-dependencies to `passthru.tests`
This commit is contained in:
Martin Weinelt 2024-07-25 01:58:20 +02:00 committed by GitHub
commit 18c8da898c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -9,6 +9,10 @@
pythonOlder,
setuptools,
typing-extensions,
# for passthru.tests
django,
aiosmtplib,
}:
buildPythonPackage rec {
@ -49,6 +53,10 @@ buildPythonPackage rec {
pythonImportsCheck = [ "aiosmtpd" ];
passthru.tests = {
inherit django aiosmtplib;
};
meta = with lib; {
description = "Asyncio based SMTP server";
mainProgram = "aiosmtpd";