-
Notifications
You must be signed in to change notification settings - Fork 41
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
AttributeError: module 'unittest.mock' has no attribute '_is_started' #149
Comments
Can you provide a stack trace? |
Sure thing.
|
I can confirm this issue on Python 3.9. When running the unittests there are multiple instances of this error - e.g.:
See https://kojipkgs.fedoraproject.org//work/tasks/8916/45078916/build.log for details. This log also contains a bunch of other errors. |
btw work-around is switching unittest.IsolatedAsyncioTestCase |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This happens with Python 3.8.3rc1.
I don't know how to reproduce this issue but it looks like asynctest is using a private function that is commented as "XXXX horrible" that was removed in this commit: python/cpython@4b222c9
The text was updated successfully, but these errors were encountered: