-
Notifications
You must be signed in to change notification settings - Fork 92
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
Attribute Error when finding modules #460
Comments
Note that for recent releases of tensorflow this has been fixed however I can't currently move to the most recent TensorFlow version. |
Thanks for the report - I will have a look in the evening. Should be an easy fix - I wasn't aware that this may happen (e.g. missing |
Great thanks for the quick response! A new PyPi release would be ideal if possible. |
Ok, I uploaded a new version to PyPi. Please check if that works for you. |
Thank you I can confirm that this fixes the issue on my end. Appreciate the super quick response! |
Describe the bug
When using Pyfakefs with pytest an AttributeError is thrown within the _find_modules function within fake_filesystem_unittest.py. This seems to be because the
__module__
Attribute does not exist on the EagerTensor from 'tensorflow.python.framework.ops'.StackTrace:
How To Reproduce
Run with tensorflow imported
** Your enviroment**
The text was updated successfully, but these errors were encountered: