summaryrefslogtreecommitdiff
path: root/docutils/test/test_writers/test_pseudoxml.py
diff options
context:
space:
mode:
Diffstat (limited to 'docutils/test/test_writers/test_pseudoxml.py')
-rwxr-xr-xdocutils/test/test_writers/test_pseudoxml.py8
1 files changed, 2 insertions, 6 deletions
diff --git a/docutils/test/test_writers/test_pseudoxml.py b/docutils/test/test_writers/test_pseudoxml.py
index 9ef309228..58b504027 100755
--- a/docutils/test/test_writers/test_pseudoxml.py
+++ b/docutils/test/test_writers/test_pseudoxml.py
@@ -35,9 +35,7 @@ class WriterPublishTestCase(unittest.TestCase):
settings_overrides={
'_disable_config': True,
'strict_visitor': True,
- },
- auto_encode=False,
- )
+ }).decode()
self.assertEqual(output, case_expected)
for name, cases in totest_detailed.items():
@@ -50,9 +48,7 @@ class WriterPublishTestCase(unittest.TestCase):
'_disable_config': True,
'strict_visitor': True,
'detailed': True,
- },
- auto_encode=False,
- )
+ }).decode()
self.assertEqual(output, case_expected)