Skip to content

Commit

Permalink
Merge pull request #329755 from risicle/ris-aiosmtpd-passthru-tests
Browse files Browse the repository at this point in the history
python312Packages.aiosmtpd: add some key reverse-dependencies to `passthru.tests`
  • Loading branch information
mweinelt authored Jul 24, 2024
2 parents 9a98294 + 7342b2a commit 18c8da8
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions pkgs/development/python-modules/aiosmtpd/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@
pythonOlder,
setuptools,
typing-extensions,

# for passthru.tests
django,
aiosmtplib,
}:

buildPythonPackage rec {
Expand Down Expand Up @@ -49,6 +53,10 @@ buildPythonPackage rec {

pythonImportsCheck = [ "aiosmtpd" ];

passthru.tests = {
inherit django aiosmtplib;
};

meta = with lib; {
description = "Asyncio based SMTP server";
mainProgram = "aiosmtpd";
Expand Down

0 comments on commit 18c8da8

Please sign in to comment.