-
-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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' object has no attribute '_obj' #1944
Comments
The same works with Python 2.7.9 (no AttributeError) |
This is the full output:
the upper part is probably caused by Python 3's chained exception support and #1486. |
axil
pushed a commit
to axil/pytest
that referenced
this issue
Sep 18, 2016
Not something really universal, but this patch fixes the issue. |
axil
pushed a commit
to axil/pytest
that referenced
this issue
Sep 19, 2016
The-Compiler
added a commit
that referenced
this issue
Sep 20, 2016
AttributeError chaining bug #1944 fix
Resolved in |
This was referenced Sep 29, 2016
This was referenced Feb 20, 2018
This was referenced Mar 5, 2018
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
pytest generates an exception which is hard to understand:
Seems to be the same issue as mentioned here:
pytest-dev/pytest-django#386
The text was updated successfully, but these errors were encountered: