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 Rosuav
Recipients Rosuav
Date 2016-08-19.22:05:23
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1471644323.86.0.0589241929234.issue27807@psf.upfronthosting.co.za>
In-reply-to
Content
Having matplotlib installed globally causes test_site to fail, due to the .pth file importing types. The point of the test is to monitor startup dependencies (and thus time) for the core interpreter and standard library, not third-party libraries, so having a test failure due to a .pth is not overly useful.

Solution suggested by Steve Dower: hack out all .pth handling during this one test, leaving everything else unchanged.
History
Date User Action Args
2016-08-19 22:05:23Rosuavsetrecipients: + Rosuav
2016-08-19 22:05:23Rosuavsetmessageid: <1471644323.86.0.0589241929234.issue27807@psf.upfronthosting.co.za>
2016-08-19 22:05:23Rosuavlinkissue27807 messages
2016-08-19 22:05:23Rosuavcreate