summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tests/test_format.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_format.py b/tests/test_format.py
index 54028724..79b96701 100644
--- a/tests/test_format.py
+++ b/tests/test_format.py
@@ -5,7 +5,7 @@ from hypothesis_auto import auto_pytest_magic
import isort.format
-auto_pytest_magic(isort.format.show_unified_diff)
+auto_pytest_magic(isort.format.show_unified_diff, auto_allow_exceptions_=(UnicodeEncodeError,))
def test_ask_whether_to_apply_changes_to_file():