fix(deps): add aiosmtpd to testenv

This commit is contained in:
DarkCat09
2026-03-29 17:45:19 +04:00
committed by l
parent 98bd5944cc
commit c78859aec6

View File

@@ -67,6 +67,7 @@ commands =
deps = pytest deps = pytest
pdbpp pdbpp
pytest-localserver pytest-localserver
aiosmtpd
execnet execnet
commands = pytest -v -rsXx {posargs} commands = pytest -v -rsXx {posargs}
""" """