summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--test/test_writers/test_get_writer_class.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/test_writers/test_get_writer_class.py b/test/test_writers/test_get_writer_class.py
index 9d5da180a..9b2fe1c0c 100644
--- a/test/test_writers/test_get_writer_class.py
+++ b/test/test_writers/test_get_writer_class.py
@@ -24,7 +24,6 @@ class GetWriterClassTestCase(DocutilsTestSupport.StandardTestCase):
get_writer_class, 'nope')
def test_local_writer(self):
- # TODO fails from 2.7 up
# requires local-writer.py in test directory (testroot)
wr = get_writer_class('local-writer')