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.
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:19 | admin | set | github: 56635 |
| 2011年07月05日 12:21:53 | vstinner | set | status: open -> closed resolution: not a bug messages: + msg139863 |
| 2011年06月28日 08:50:02 | vstinner | create | |