[issue35742] test_builtin fails after merging the fix for bpo-34756

STINNER Victor report at bugs.python.org
Tue Jan 15 05:46:08 EST 2019


STINNER Victor <vstinner at redhat.com> added the comment:

> Found a test_builtin failure in the job for the relevant commit on Travis CI - https://travis-ci.org/python/cpython/jobs/479642964#L1491.

This job is for code coverage. I confirm that failures are allowed. This job runs the full test suite in sequence, whereas the main Travis CI job runs tests in parallel... I tested running tests in sequence and in parallel: test_builtin fail in both cases. It's a mystery. Anyway, it's going to be fixed soon ;-)

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue35742>
_______________________________________


More information about the Python-bugs-list mailing list