Issue 30795: OS X failures in test_site

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

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