-
Notifications
You must be signed in to change notification settings - Fork 233
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 when using --showlocals with -d #176
Comments
Hi, Thank you very much. I will check that. |
@mitzkia the bug is still real tho ^^ thanks for the note and it will likely happen again unless you downgrade until we fix the issue ^^ |
Ok, thanks I will downgrade. Thank you. |
I'll take a look. |
@mitzkia and @RonnyPfannschmidt I found the issue. I'll have a PR up soon. I am adding more tests to thoroughly test what is normally the issue. |
Awesome @timyhou, thanks! |
Fixed in #178 |
Sorry if I putting this issue in wrong place. Maybe it related to pytest (core).
I am searching around the issue database but did not find anything similar.
This is the first time when I am playing with ssh support of xdist plugin. So maybe I am doing something wrong.
My problem is I have got a traceback when am using pytest with "--showlocals" command line parameter, along with "-d". See reproduction below.
I did not get the traceback when
File contents:
Reproduction for error:
The text was updated successfully, but these errors were encountered: