tests/slapproxy: discard child slapos proxy output
to keep tests silent. On python2, this uses subprocess32, which backports DEVNULL (and default setting of closing file descriptors). Note that subprocess32 was already installed because it's an indirect dependency (cliff->cmd2->subprocess32), make it a direct dependency now that we are using it directly.
Showing
Please register or sign in to comment