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 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
History
Date User Action Args
2017-03-17 11:14:02berker.peksagsetrecipients: + berker.peksag, pitrou, tarek, ned.deily, eric.araujo, martin.panter, serhiy.storchaka, yjchen
2017-03-17 11:14:02berker.peksagsetmessageid: <1489749242.69.0.514674879027.issue7283@psf.upfronthosting.co.za>
2017-03-17 11:14:02berker.peksaglinkissue7283 messages
2017-03-17 11:14:02berker.peksagcreate