• Jason Madden's avatar
    Fix test__subprocess for Py3. A premature close of half the pipe was causing... · c979a25c
    Jason Madden authored
    Fix test__subprocess for Py3. A premature close of half the pipe was causing the whole pipe to get closed, apparently, at least under OS X, so don't close it. The test still fails if the fix is removed.
    
    I'm not 100% sure this is the correct fix; could there be some underlying issue? The subprocess code is the same on both Py2 and Py3.
    c979a25c
known_failures.py 3.94 KB