cauacase.{test,ca}: Silence pylint consider-using-with .
Because: - Non-blocking lock acquisition does not work with a context manager. - subprocess is not a context manager in python 2.7 .
Showing
Please register or sign in to comment
Because: - Non-blocking lock acquisition does not work with a context manager. - subprocess is not a context manager in python 2.7 .