-
Notifications
You must be signed in to change notification settings - Fork 96
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
assert_smtp_socket fails with Python 3.13.0a3 #403
Comments
Consequence of asyncio.loop.create_unix_server() will now automatically remove the Unix socket when the server is closed. (Contributed by Pierre Ossman in python/cpython#111246.) ? cont.end() will close the server which will now remove the socket. Perhaps the last part of the test should just be dropped?
|
rominf
added a commit
to rominf/aiosmtpd
that referenced
this issue
Jun 28, 2024
6 tasks
rominf
added a commit
to rominf/aiosmtpd
that referenced
this issue
Jun 28, 2024
rominf
added a commit
to rominf/aiosmtpd
that referenced
this issue
Aug 31, 2024
rominf
added a commit
to rominf/aiosmtpd
that referenced
this issue
Sep 5, 2024
rominf
added a commit
to rominf/aiosmtpd
that referenced
this issue
Sep 5, 2024
rominf
added a commit
to rominf/aiosmtpd
that referenced
this issue
Sep 6, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello. In Fedora, we are trying to test our packages early with pre-releases of Python 3.13 to be prepared to upgrade to it in the development version of Fedora Linux 41. aiosmtpd fails a test.
To reproduce, I did this:
The changes were necessary to even run the tests with Python 3.13. pytest-profiling is not ready for 3.13 and conftest imports pkg_resources.
Then I run:
Or directly:
I got:
This is with:
The text was updated successfully, but these errors were encountered: