Message289753
| Author |
berker.peksag |
| Recipients |
berker.peksag, eric.araujo, martin.panter, ned.deily, pitrou, serhiy.storchaka, tarek, yjchen |
| Date |
2017年03月17日.11:14:02 |
| SpamBayes Score |
-1.0 |
| Marked as misclassified |
Yes |
| Message-id |
<1489749242.69.0.514674879027.issue7283@psf.upfronthosting.co.za> |
| In-reply-to |
| Content |
I just saw a similar failure on AppVeyor:
======================================================================
FAIL: test_s_option (test.test_site.HelperFunctionsTests)
----------------------------------------------------------------------
Traceback (most recent call last):
File "C:\projects\cpython\lib\test\test_site.py", line 173, in test_s_option
self.assertIn(usersite, sys.path)
AssertionError: 'C:\\Users\\appveyor\\AppData\\Roaming\\Python\\Python36\\site-packages' not found in ['', 'C:\\projects\\cpython\\PCbuild\\win32\\python36.zip', 'C:\\projects\\cpython\\DLLs', 'C:\\projects\\cpython\\lib', 'C:\\projects\\cpython\\PCbuild\\win32', 'C:\\projects\\cpython', 'C:\\projects\\cpython\\lib\\site-packages']
https://ci.appveyor.com/project/python/cpython/build/3.6.1rc1+.474#L3230 |
|