Closed jitakirin closed 6 years ago
Test run failed on Python 3.6 with ConnectionResetError: [Errno 104] Connection reset by peer
while downloading virtualenv
. Probably just needs to be re-tried, but I can't trigger it myself.
seems there is an actual error/behaviour difference
got it, forgot you still need to strip the output on 3.6, I'll get that sorted. Just need to setup my environment for tox tests on 3.6.
Rebased on master and fixed the remaining issue now. Let me know if that looks all right.
Distinguish between non-packages and invalid setup.py.
Slight refactor of
statusoutput
necessary to get access to error output from subprocess that runssetup.py
.Close #101