.tox/py310/lib/python3.10/site-packages/pytest_localserver/smtp.py:12
/home/runner/work/pytest-localserver/pytest-localserver/.tox/py310/lib/python3.10/site-packages/pytest_localserver/smtp.py:12: DeprecationWarning: The smtpd module is deprecated and unmaintained. Please see aiosmtpd (https://aiosmtpd.readthedocs.io/) for the recommended replacement.
import smtpd
Apparently the SMTP module used in
pytest_loclaserver/smtp.pywill be deprecated in Python version 3.10.https://github.com/redtoad/pytest-localserver/runs/4191982788?check_suite_focus=true#step:5:218
Suggested replacement:
https://aiosmtpd.readthedocs.io/