-
Notifications
You must be signed in to change notification settings - Fork 106
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
Exception with os.system call #284
Comments
At first glance i looks like something is setting a internal internal object to the wrong value, this is unrelated to os. System Fyi, python has native apis for the stuff you shell out for, using those is probably a good idea anyway |
I catch same exception with any command in |
Just realised that the pytest version is of the 5.x series, please update |
Also please excuse the delay, new baby in the family |
Hello, I am using pytest in my django application. I am write a method with call
os.system
function and when I run tests I catch exceptionIf I comment part with
os.system
all work correctlyTest requirements:
Command for run tests:
The text was updated successfully, but these errors were encountered: