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 pitrou
Recipients ned.deily, pitrou, ronaldoussoren, vstinner
Date 2017-06-28.20:05:38
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1498680338.75.0.476997562196.issue30795@psf.upfronthosting.co.za>
In-reply-to
Content
It seems there is a sporadic failure on OS X (oops, sorry, I mean "macOS"):

https://travis-ci.org/python/cpython/jobs/248079407#L3403

======================================================================

FAIL: test_getsitepackages (test.test_site.HelperFunctionsTests)

----------------------------------------------------------------------

Traceback (most recent call last):

  File "/Users/travis/build/python/cpython/Lib/test/test_site.py", line 266, in test_getsitepackages

    self.assertEqual(len(dirs), 2)

AssertionError: 1 != 2

----------------------------------------------------------------------
History
Date User Action Args
2017-06-28 20:05:38pitrousetrecipients: + pitrou, ronaldoussoren, vstinner, ned.deily
2017-06-28 20:05:38pitrousetmessageid: <1498680338.75.0.476997562196.issue30795@psf.upfronthosting.co.za>
2017-06-28 20:05:38pitroulinkissue30795 messages
2017-06-28 20:05:38pitroucreate