-
-
Notifications
You must be signed in to change notification settings - Fork 596
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
In Python 3.12, AttributeError: 'called_once_with' is not a valid assertion #1265
Comments
Possibly related: python/cpython#100690 |
Thanks, and good catch. I introduced a typo here, instead of I have not added 3.12 to the regular builds yet because the |
66b9586 works for me! Thanks for the quick fix.
👍 |
Describe the bug
The following tests fail with
AttributeError: 'called_once_with' is not a valid assertion
on Python 3.12. This is a new regression from 5.9.0 to 5.10.0.To Reproduce
Steps to reproduce the behavior:
Expected behavior
All tests pass.
Logs
Additional context
Discovered while trying to update the
python-socketio
package in Fedora Linux.The text was updated successfully, but these errors were encountered: