-
-
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
py.test hangs after update from 2.5 to 2.6.2 #592
Comments
Original comment by Thomas Güttler (BitBucket: thomas-guettler, GitHub: thomas-guettler): We found a work around: we change
to
and it works. But it would be nice to find the root of the problem. |
Original comment by Thomas Güttler (BitBucket: thomas-guettler, GitHub: thomas-guettler): I am sorry, I can't get find a minimal use-case. I can't reveal the test data. The command is something like this:
But its reproduceable for me. Switching to subprocess.call(cmd, shell=True), downgradding to py.test 2.5 or using "-s" solves the problem. |
Closing as result of using a bad api subprocess should be used in all cases |
Originally reported by: Thomas Güttler (BitBucket: thomas-guettler, GitHub: thomas-guettler)
After updating from 2.5.2 to 2.6.2 py.test hangs in os.system().
The very strange thing: If I use the "-s" option for py.test, the tests passes and does not hang.
Before I waste hours if debugging I want to ask here if you have seen something like this before.
The text was updated successfully, but these errors were encountered: