File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -89,7 +89,7 @@ def _apply_transforms(self):
8989
9090
9191@pytest .mark .param_file (FIXTURE_PATH / "docutil_directives.md" )
92- def test_docutils_directives (file_params : ParamTestData , monkeypatch ):
92+ def test_docutils_directives (file_params : ParamTestData , monkeypatch , normalize_doctree_xml ):
9393 """Test output of docutils directives."""
9494 if "SKIP" in file_params .description : # line-block directive not yet supported
9595 pytest .skip (file_params .description )
@@ -111,7 +111,7 @@ def _apply_transforms(self):
111111
112112
113113@pytest .mark .param_file (FIXTURE_PATH / "docutil_syntax_extensions.txt" )
114- def test_syntax_extensions (file_params : ParamTestData ):
114+ def test_syntax_extensions (file_params : ParamTestData , normalize_doctree_xml ):
115115 """The description is parsed as a docutils commandline"""
116116 settings = settings_from_cmdline (file_params .description )
117117 report_stream = StringIO ()
You can’t perform that action at this time.
0 commit comments