We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 856ad71 commit 86b8801Copy full SHA for 86b8801
AUTHORS
@@ -5,6 +5,7 @@ Contributors include::
5
6
Abdeali JK
7
Abhijeet Kasurde
8
+Ahn Ki-Wook
9
Alexei Kozlenok
10
Anatoly Bubenkoff
11
Andreas Zeidler
CHANGELOG.rst
@@ -9,11 +9,16 @@
* Add ``buffer`` attribute to stdin stub class ``pytest.capture.DontReadFromInput``
Thanks `@joguSD`_ for the PR.
12
+* Fix ``UnicodeEncodeError`` when string comparison with unicode has failed. (`#1864`_)
13
+ Thanks `@AiOO`_ for the PR
14
+
15
*
16
17
.. _@joguSD: https://github.com/joguSD
18
+.. _@AiOO: https://github.com/AiOO
19
20
.. _#1857: https://github.com/pytest-dev/pytest/issues/1857
21
+.. _#1864: https://github.com/pytest-dev/pytest/issues/1864
22
23
24
3.0.1
0 commit comments