Open jaraco opened 8 years ago
That didn't fix it. I'm giving up for now. If anyone else would like to take a stab at it, please feel free.
Can confirm this, as it breaks many things upstream like zc.buildout. Clamping the setuptools version to 25.1.1 reverts to old behavior. To be honest though I can't really see anything in the diff that would do this........ Thanks for taking a stab at it @jaraco
@jaraco Is this fixed by 6c6f4caa4bacce4b719b1e03fb02fdb857b1a135, or was that just a temporary workaround?
Unless I'm doing something wrong, this is now XPASS-ing for me on 46.1.3, with PyPy3 7.3.0, CPython 3.{6.10,7.7,8.2}.
Sorry, this → setuptools/tests/test_archive_util.py::test_unicode_files
After fixing #709, a new error is revealed in the LC_ALL=C tests in CI.
The issue lies in the "Ugh" code in archive_util.py.