summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--distutils2/tests/test_command_check.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/distutils2/tests/test_command_check.py b/distutils2/tests/test_command_check.py
index c73ddd5..7cdd2c1 100644
--- a/distutils2/tests/test_command_check.py
+++ b/distutils2/tests/test_command_check.py
@@ -100,7 +100,7 @@ class CheckTestCase(support.LoggingCatcher,
self._run(metadata, strict=True)
self.assertEqual(self.get_logs(), [])
- @support.require_docutils
+ @support.requires_docutils
def test_check_restructuredtext(self):
# let's see if it detects broken rest in description
broken_rest = 'title\n===\n\ntest'