Issue 12426: packaging.tests.test_command_install_dist.InstallTestCase failure - Python tracker (original) (raw)
Issue12426
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) * ![]() |
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) * ![]() |
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:19 | admin | set | github: 56635 |
2011-07-05 12:21:53 | vstinner | set | status: open -> closedresolution: not a bugmessages: + |
2011-06-28 08:50:02 | vstinner | create |