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 pitrou
Recipients pitrou, tarek
Date 2009-11-08.00:27:11
SpamBayes Score 4.615583e-05
Marked as misclassified No
Message-id <1257640034.65.0.139323856655.issue7283@psf.upfronthosting.co.za>
In-reply-to
Content
On that buildbot, /var/lib/buildbot is a symlink to /home/buildbot and I
get the following failure:

======================================================================
FAIL: test_s_option (test.test_site.HelperFunctionsTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File
"/home/buildbot/cpython-ucs2/3.x.pitrou-ubuntu/build/Lib/test/test_site.py",
line 107, in test_s_option
    self.assertIn(usersite, sys.path)
AssertionError: '/var/lib/buildbot/.local/lib/python3.2/site-packages'
not found in ['/usr/local/lib/python32.zip',
'/home/buildbot/cpython-ucs2/3.x.pitrou-ubuntu/build/Lib',
'/home/buildbot/cpython-ucs2/3.x.pitrou-ubuntu/build/Lib/plat-linux2',
'/home/buildbot/cpython-ucs2/3.x.pitrou-ubuntu/build/Modules',
'/home/buildbot/cpython-ucs2/3.x.pitrou-ubuntu/build/build/lib.linux-x86_64-3.2-pydebug']

----------------------------------------------------------------------
History
Date User Action Args
2009-11-08 00:27:15pitrousetrecipients: + pitrou, tarek
2009-11-08 00:27:14pitrousetmessageid: <1257640034.65.0.139323856655.issue7283@psf.upfronthosting.co.za>
2009-11-08 00:27:12pitroulinkissue7283 messages
2009-11-08 00:27:11pitroucreate