summaryrefslogtreecommitdiff
path: root/tests/test_html.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_html.py')
-rw-r--r--tests/test_html.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/test_html.py b/tests/test_html.py
index 5b0e0345..c0413c5a 100644
--- a/tests/test_html.py
+++ b/tests/test_html.py
@@ -1041,8 +1041,6 @@ assert len(math) == 18
def test_unicode(self):
surrogate = u"\U000e0100"
- if env.PY2:
- surrogate = surrogate.encode('utf-8')
self.make_file("unicode.py", """\
# -*- coding: utf-8 -*-