[issue32091] test_s_option() of test_site.HelperFunctionsTests failed on x86 Gentoo Refleaks 3.6

STINNER Victor report at bugs.python.org
Mon Nov 20 10:37:22 EST 2017


STINNER Victor <victor.stinner at gmail.com> added the comment:

Same failure on x86 Gentoo Refleaks 2.7:

FAIL: test_s_option (test.test_site.HelperFunctionsTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/buildbot/buildarea/2.7.ware-gentoo-x86.refleak/build/Lib/test/test_site.py", line 190, in test_s_option
    self.assertIn(usersite, sys.path)
AssertionError: '/buildbot/buildarea/.local/lib/python2.7/site-packages' not found in ['/usr/local/lib/python27.zip', '/buildbot/buildarea/2.7.ware-gentoo-x86.refleak/build/Lib', '/buildbot/buildarea/2.7.ware-gentoo-x86.refleak/build/Lib/plat-linux2', '/buildbot/buildarea/2.7.ware-gentoo-x86.refleak/build/Lib/lib-tk', '/buildbot/buildarea/2.7.ware-gentoo-x86.refleak/build/Lib/lib-old', '/buildbot/buildarea/2.7.ware-gentoo-x86.refleak/build/build/lib.linux-i686-2.7-pydebug', '/usr/local/lib/python2.7/site-packages']

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue32091>
_______________________________________


More information about the Python-bugs-list mailing list