Skip to content

Commit af95da7

Browse files
committed
test: promote gh-48 regression
1 parent 0d8116f commit af95da7

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

tests/regressions/test_gh_issue_48.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -118,10 +118,6 @@ def purge_doctest_directives() -> t.Iterator[None]:
118118
ids=[fixture.test_id for fixture in FIXTURES],
119119
)
120120
@pytest.mark.parametrize("file_path_mode", ["relative", "absolute"])
121-
@pytest.mark.xfail(
122-
reason="GH-48: directives are not registered unless doctest_docutils.setup() runs",
123-
strict=False,
124-
)
125121
def test_docutils_doctest_finder_without_registered_directives(
126122
purge_doctest_directives: None,
127123
tmp_path: pathlib.Path,

0 commit comments

Comments
 (0)