Failure when traceback includes unicode strings #1864
Closed
Labels
Comments
Fixed in #1870. |
This was referenced Aug 31, 2016
This was referenced Sep 2, 2016
This was referenced Feb 13, 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
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: