From c78859aec6d1a2c7579d1c54ae9f065536e359c3 Mon Sep 17 00:00:00 2001 From: DarkCat09 Date: Sun, 29 Mar 2026 17:45:19 +0400 Subject: [PATCH] fix(deps): add aiosmtpd to testenv --- chatmaild/pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/chatmaild/pyproject.toml b/chatmaild/pyproject.toml index 1db0600c..a29e1094 100644 --- a/chatmaild/pyproject.toml +++ b/chatmaild/pyproject.toml @@ -67,6 +67,7 @@ commands = deps = pytest pdbpp pytest-localserver + aiosmtpd execnet commands = pytest -v -rsXx {posargs} """