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.

classification
Title: packaging.tests.test_command_install_dist.InstallTestCase failure
Type: Stage:
Components: Distutils2, Tests Versions: Python 3.3
process
Status: closed Resolution: not a bug
Dependencies: Superseder:
Assigned To: tarek Nosy List: alexis, eric.araujo, tarek, vstinner
Priority: normal Keywords:

Created on 2011-06-28 08:50 by vstinner, last changed 2022-04-11 14:57 by admin. This issue is now closed.

Messages (2)
msg139351 - (view) Author: STINNER Victor (vstinner) * (Python committer) Date: 2011-06-28 08:50
FAIL: test_user_site (packaging.tests.test_command_install_dist.InstallTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/buildbot/buildarea/3.x.ochtman-gentoo-amd64/build/Lib/packaging/tests/test_command_install_dist.py", line 93, in test_user_site
    self._test_user_site()
  File "/home/buildbot/buildarea/3.x.ochtman-gentoo-amd64/build/Lib/packaging/tests/test_command_install_dist.py", line 122, in _test_user_site
    self.assertTrue(os.path.exists(self.user_base))
AssertionError: False is not true

http://www.python.org/dev/buildbot/all/builders/AMD64%20Gentoo%20Wide%203.x/builds/1988/steps/test/logs/stdio
msg139863 - (view) Author: STINNER Victor (vstinner) * (Python committer) Date: 2011-07-05 12:21
I didn't see this failure recently. Because packaging module (and tests) changed after the failure, I suppose that the bug is already fixed.
History
Date User Action Args
2022-04-11 14:57:19adminsetgithub: 56635
2011-07-05 12:21:53vstinnersetstatus: open -> closed
resolution: not a bug
messages: + msg139863
2011-06-28 08:50:02vstinnercreate