Printing detailed diff with pytest.approx fails due to ± character #2111
Labels
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
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: