-
Notifications
You must be signed in to change notification settings - Fork 107
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
test_sensor failures on master #883
Comments
Looks like something isn't working in I should have asked this years ago, but how do you turn on the |
Just uncomment the line that says
This turns on all
before you want them enabled. If you don't want to be deluged by other xdbg lines elsewhere in the code, you can turn it back off at the end of the function by adding
at the end. You can also redirect the debug statements to a file if you want with
but I usually just redirect the output if I want to do something like that. |
Oh, I think this might be the bug I already fixed on #873. So before you go too far investigating this, try that branch to see if that fixes things for you. |
Yep. That was it. I'll look through that PR now. |
Do #881 first, so we can cut a release for Jim. |
I'm getting the following failures when running the test suite on master, both on macOS 10.12.4 (py2 and py3) and RHEL 6.9 (py2).
The text was updated successfully, but these errors were encountered: