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 yjchen
Recipients eric.araujo, pitrou, tarek, yjchen
Date 2014-06-22.19:46:59
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1403466419.71.0.683323435917.issue7283@psf.upfronthosting.co.za>
In-reply-to
Content
Works for 3.4 and 3.5 but could not successfully run test on 2.7.

Error:
======================================================================
FAIL: test_getsitepackages (test.test_site.HelperFunctionsTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/Library/Frameworks/Python.framework/Versions/7.1/lib/python2.7/test/test_site.py", line 247, in test_getsitepackages
    self.assertEqual(len(dirs), 4)
AssertionError: 2 != 4

======================================================================
FAIL: test_getuserbase (test.test_site.HelperFunctionsTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/Library/Frameworks/Python.framework/Versions/7.1/lib/python2.7/test/test_site.py", line 210, in test_getuserbase
    site.getuserbase())
AssertionError: /Users/yjchen/Library/Python/2.7

======================================================================
FAIL: test_s_option (test.test_site.HelperFunctionsTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/Library/Frameworks/Python.framework/Versions/7.1/lib/python2.7/test/test_site.py", line 193, in test_s_option
    self.assertEqual(rc, 1)
AssertionError: 0 != 1

----------------------------------------------------------------------
History
Date User Action Args
2014-06-22 19:46:59yjchensetrecipients: + yjchen, pitrou, tarek, eric.araujo
2014-06-22 19:46:59yjchensetmessageid: <1403466419.71.0.683323435917.issue7283@psf.upfronthosting.co.za>
2014-06-22 19:46:59yjchenlinkissue7283 messages
2014-06-22 19:46:59yjchencreate