Message221301
| 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:59 | yjchen | set | recipients:
+ yjchen, pitrou, tarek, eric.araujo |
| 2014年06月22日 19:46:59 | yjchen | set | messageid: <1403466419.71.0.683323435917.issue7283@psf.upfronthosting.co.za> |
| 2014年06月22日 19:46:59 | yjchen | link | issue7283 messages |
| 2014年06月22日 19:46:59 | yjchen | create |
|