New submission from Antoine Pitrou <pit...@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 <rep...@bugs.python.org> <http://bugs.python.org/issue12320> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com