| Summary: | dev-python/setuptools-0.6.32: fails tests with python3.[123] | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | Michał Górny <mgorny> |
| Component: | Current packages | Assignee: | Python Gentoo Team <python> |
| Status: | RESOLVED OBSOLETE | ||
| Severity: | normal | CC: | gentoo, jlec, levertond |
| Priority: | Normal | ||
| Version: | unspecified | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
| Attachments: | Build log for python3.2 | ||
I actually get a pass for the testsuite on this version for all python versions. Chances are you've done a diego and set your local to spring it, my locale is a sane utf-8. commit bea1f6190d0aca59a83db41435f992f0cb97e1ca Author: Justin Lecher <jlec@gentoo.org> Date: Mon Nov 23 10:42:05 2015 +0100 dev-python/setuptools: Drop old obsoletes: Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=447144 Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=450560 Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=468628 Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=519956 Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=537122 Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=522456 Package-Manager: portage-2.2.25 Signed-off-by: Justin Lecher <jlec@gentoo.org> https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bea1f6190d0aca59a83db41435f992f0cb97e1ca |
Created attachment 332238 [details] Build log for python3.2 Same issue for all three versions. ====================================================================== FAIL: test_sdist_with_utf8_encoded_filename (setuptools.tests.test_sdist.TestSdistTest) ---------------------------------------------------------------------- Traceback (most recent call last): File "/tmp/portage/dev-python/setuptools-0.6.32/work/distribute-0.6.32-python3_3/build/src/setuptools/tests/test_sdist.py", line 346, in test_sdist_with_utf8_encoded_filename self.assertTrue(filename in cmd.filelist.files) AssertionError: False is not true ----------------------------------------------------------------------