mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 07:53:19 +00:00
python312Packages.aiosmtpd: add some key reverse-dependencies to passthru.tests
This commit is contained in:
parent
438d6f7cc7
commit
7342b2ae4d
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user