Skip to content

Commit 586c0cd

Browse files
jfbuAA-Turner
andauthored
Revert "Mark test_build_manpage as XFAIL following changes in Docutils master" (sphinx-doc#12734)
This reverts commit 1ed4ca7. Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com>
1 parent 05cc39d commit 586c0cd

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

tests/test_builders/test_build_manpage.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@
77
from sphinx.config import Config
88

99

10-
@pytest.mark.xfail(docutils.__version_info__[:2] > (0, 21),
11-
reason='Docutils has removed the reference key in master')
1210
@pytest.mark.sphinx('man')
1311
def test_all(app):
1412
app.build(force_all=True)
@@ -49,8 +47,6 @@ def test_man_make_section_directory(app):
4947
assert (app.outdir / 'man1' / 'projectnamenotset.1').exists()
5048

5149

52-
@pytest.mark.xfail(docutils.__version_info__[:2] > (0, 21),
53-
reason='Docutils has removed the reference key in master')
5450
@pytest.mark.sphinx('man', testroot='directive-code')
5551
def test_captioned_code_block(app):
5652
app.build(force_all=True)

0 commit comments

Comments
 (0)