• Jérome Perrin's avatar
    tests/slapproxy: discard child slapos proxy output · 93d5430c
    Jérome Perrin authored
    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.
    93d5430c
__init__.py 58.3 KB