-
-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
Failure when traceback includes unicode strings #1864
Labels
type: regression
indicates a problem that was introduced in a release which was working previously
Comments
nicoddemus
added
the
type: regression
indicates a problem that was introduced in a release which was working previously
label
Aug 24, 2016
Fixed in #1870. |
This was referenced Aug 31, 2016
This was referenced Sep 2, 2016
dwaynebailey
added a commit
to dwaynebailey/translate
that referenced
this issue
Sep 2, 2016
Fixes UnicodeError pytest-dev/pytest#1864
This was referenced Feb 12, 2018
This was referenced Feb 20, 2018
This was referenced Mar 5, 2018
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
type: regression
indicates a problem that was introduced in a release which was working previously
When the failed asserts include unicode text then you will get a
UnicodeEncodeError
on pytest >3.0, this works correctly on 2.9.2.Using:
pip install pytest==3.0.1
pip install pytest==2.9.2
The text was updated successfully, but these errors were encountered: