This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author gregory.p.smith
Recipients LorenzMende, barry, brett.cannon, gregory.p.smith, jkloth, ncoghlan, pms.coder, v2m, vstinner
Date 2018-09-12.18:32:42
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1536777162.27.0.956365154283.issue34200@psf.upfronthosting.co.za>
In-reply-to
Content
This is consistent for me, not random.  run -m test.regrtest in -v mode and it passes.  remove the -v and it fails.

run Lib/test/test_pkg.py directly and it fails with the details mentioned here.

this prevents CI builds from succeeding for me now.

(confirmed on actual master at rev 9dfa0fe587)
History
Date User Action Args
2018-09-12 18:32:42gregory.p.smithsetrecipients: + gregory.p.smith, barry, brett.cannon, ncoghlan, vstinner, jkloth, LorenzMende, v2m, pms.coder
2018-09-12 18:32:42gregory.p.smithsetmessageid: <1536777162.27.0.956365154283.issue34200@psf.upfronthosting.co.za>
2018-09-12 18:32:42gregory.p.smithlinkissue34200 messages
2018-09-12 18:32:42gregory.p.smithcreate