Open mmoult opened 10 months ago
In recent version of Python, the bufsize arg in Popen calls triggers a warning. Previously, the argument was simply ignored.
Also, fix install arg error. True was passed as an argument where a list of names was expected (or None).
Similar issue from another codebase: https://github.com/benoitc/gunicorn/issues/2091
In recent version of Python, the bufsize arg in Popen calls triggers a warning. Previously, the argument was simply ignored.
Also, fix install arg error. True was passed as an argument where a list of names was expected (or None).