[New-bugs-announce] [issue12320] test_packaging failures

Antoine Pitrou report at bugs.python.org
Sun Jun 12 15:54:56 CEST 2011


New submission from Antoine Pitrou <pitrou at free.fr>:

The 3.x buildbots are red following the latest commits:

======================================================================
ERROR: test_cfg_to_args (packaging.tests.test_util.UtilTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/buildbot/buildarea/3.x.ochtman-gentoo-amd64/build/Lib/packaging/tests/test_util.py", line 499, in test_cfg_to_args
    self.write_file('setup.cfg', SETUP_CFG % opts)
  File "/home/buildbot/buildarea/3.x.ochtman-gentoo-amd64/build/Lib/packaging/tests/support.py", line 163, in write_file
    f.write(content)
UnicodeEncodeError: 'ascii' codec can't encode character '\xc9' in position 114: ordinal not in range(128)

======================================================================
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

----------
assignee: eric.araujo
components: Library (Lib), Tests
messages: 138207
nosy: eric.araujo, pitrou
priority: critical
severity: normal
stage: needs patch
status: open
title: test_packaging failures
type: behavior
versions: Python 3.3

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue12320>
_______________________________________


More information about the New-bugs-announce mailing list