Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Test email functionality is broken in Python 3.12 #56

Open
douglatornell opened this issue Apr 9, 2024 · 0 comments
Open

Test email functionality is broken in Python 3.12 #56

douglatornell opened this issue Apr 9, 2024 · 0 comments
Assignees
Labels
bug Something isn't working maintenance Codebase & repo maintenance

Comments

@douglatornell
Copy link
Member

The smtpd module was removed from the Python standard library in Python 3.12. That breaks the test email functionality (but not the email functionality of the production deployment). The aiosmtpd package appears to be an alternative that we can easily switch to.

@douglatornell douglatornell added bug Something isn't working maintenance Codebase & repo maintenance labels Apr 9, 2024
@douglatornell douglatornell self-assigned this Apr 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working maintenance Codebase & repo maintenance
Projects
None yet
Development

No branches or pull requests

1 participant