From ca3e0484ef31d13053af6a9d50667813e22fc282 Mon Sep 17 00:00:00 2001 From: Mariusz Felisiak Date: Sun, 19 Oct 2025 20:13:16 +0200 Subject: Refs #36005 -- Bumped minimum supported versions of docutils to 0.22. --- tests/admin_docs/test_utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/admin_docs') diff --git a/tests/admin_docs/test_utils.py b/tests/admin_docs/test_utils.py index 8152857263..2369fe5106 100644 --- a/tests/admin_docs/test_utils.py +++ b/tests/admin_docs/test_utils.py @@ -133,5 +133,5 @@ class TestUtils(AdminDocsSimpleTestCase): ) source = "reST, `interpreted text`, default role." markup = "

reST, interpreted text, default role.

\n" - parts = docutils.core.publish_parts(source=source, writer_name="html4css1") + parts = docutils.core.publish_parts(source=source, writer="html4css1") self.assertEqual(parts["fragment"], markup) -- cgit v1.3