From 86a4eb6008599b042cb32eae24370068bb584edb Mon Sep 17 00:00:00 2001 From: Thomas Grainger Date: Thu, 27 Jun 2019 07:35:02 +0100 Subject: [PATCH] Update changelog/5478.bugfix.rst Co-Authored-By: Bruno Oliveira --- changelog/5478.bugfix.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/changelog/5478.bugfix.rst b/changelog/5478.bugfix.rst index b9e80a88e..74d58e734 100644 --- a/changelog/5478.bugfix.rst +++ b/changelog/5478.bugfix.rst @@ -1 +1 @@ -Use safe_str to serialize Exceptions in pytest.raises +Fix encode error when using unicode strings in exceptions with ``pytest.raises``.