[issue31352] Tracis CI coverage job fails on Python 3.6

2017-09-05 Thread STINNER Victor
STINNER Victor added the comment: Duplicate of bpo-30445. -- resolution: -> duplicate stage: -> resolved status: open -> closed superseder: -> test_traceback fails in coverage run ___ Python tracker

[issue31352] Tracis CI coverage job fails on Python 3.6

2017-09-05 Thread STINNER Victor
New submission from STINNER Victor: haypo@selma$ ./python -m venv env haypo@selma$ env/bin/python -m pip install coverage haypo@selma$ ./env/bin/python -m coverage run --pylib -m test -uall,-cpu test_traceback (...) == FAIL: tes