-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Testing fails with LC_ALL=C|POSIX #20
Comments
Of course... god I hate PY3. Will fix ASAP. Thanks for the report! |
Alright, so what happens is that Path uses Possible actions:
Bonus:
(insane encoding = everything not UTF-8) |
I don't mind which behavior is implemented amongst the options you listed, but the tests should pass regardless of the encoding of the build system. If the current behavior is kept, then you would have to decorate the tests requiring a UTF-8 locale with a |
I'm going with option 1. For the tests, I use a Path subclass that forces UTF-8 (d7c6516). Please tell me if that solves your issue and I'll do a release (build passes with |
Looks good to me. Please go ahead. |
Fixed in 0.13. |
Hi Remi,
The test suite of the package runs fine in a standard Linux install where a Unicode locale would be typically setup. However, the tests fail if the system is setup or overridden with LC_ALL=C or LC_ALL=POSIX.
The text was updated successfully, but these errors were encountered: