-
-
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
Printing detailed diff with pytest.approx fails due to ± character #2111
Labels
type: bug
problem that needs to be addressed
Comments
Thanks! |
(You can update your |
nicoddemus
added a commit
to nicoddemus/pytest
that referenced
this issue
Dec 2, 2016
…st.approx In Python 2 Fix pytest-dev#2111
nicoddemus
added a commit
to nicoddemus/pytest
that referenced
this issue
Dec 2, 2016
…st.approx In Python 2 Fix pytest-dev#2111
nicoddemus
added a commit
to nicoddemus/pytest
that referenced
this issue
Dec 2, 2016
…st.approx In Python 2 Fix pytest-dev#2111
This was referenced Dec 5, 2016
This was referenced Feb 21, 2018
This was referenced Mar 5, 2018
6 tasks
Closed
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
OS: OS X 10.11.6 (also present on Ubuntu 14.04)
Python version: 2.7.12
pytest version: 3.0.4
Output of
pip list
:This code:
produces the below output. It looks like the detailed diff can't render due to the ± character in the
__repr__
ofpytest.approx
.The text was updated successfully, but these errors were encountered: