-
-
Notifications
You must be signed in to change notification settings - Fork 16.2k
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
0.12.2: two test failures #2531
Comments
Does this fail on master? |
On master I see some failed tests because python3 (in particular, click) does not recognize the default locale as UTF-8, and:
but not this particular error. I do use different testing methods though: the 0.12.2 distfile, when using 'tox', has very little output:
so I do |
You should be testing from source, not sdist. |
When I'm packaging, I always test the pypi distfile, since that's what I'm packaging. |
The only test scenario I'm supporting is creating a virtualenv, installing the source, installing tox or pytest, and running the tests with the appropriate tool. Also, I tried setting up NetBSD but didn't have time to figure it out. If you want this fixed, you're going to need to investigate and contribute a PR. |
When I'm packaging, I always use the pypi distfile. |
|
|
I'm sorry I didn't clarify that earlier: I'm running the tests using |
I don't have access to a NetBSD setup. All tests pass for me on my setup, and on Travis. So if you're observing a failure that I can't reproduce, you'll need to debug it. |
I do get those errors by doing |
If click is having an issue detecting the locale, that needs to be reported to click. |
Thanks for confirming that the original two bugs are gone. |
|
That's easy to explain - because I only set |
An sdist from master should now work with tox, just pushed a fix. Sorry for the confusion, and thanks for reporting it. |
When running the selftests for the 0.12.2 distfile from pypi on NetBSD 8.99.7/amd64 with python-3.6.3 and werkzeug 0.12.2, I see two failures:
The text was updated successfully, but these errors were encountered: