We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0d8116f commit af95da7Copy full SHA for af95da7
1 file changed
tests/regressions/test_gh_issue_48.py
@@ -118,10 +118,6 @@ def purge_doctest_directives() -> t.Iterator[None]:
118
ids=[fixture.test_id for fixture in FIXTURES],
119
)
120
@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
-)
125
def test_docutils_doctest_finder_without_registered_directives(
126
purge_doctest_directives: None,
127
tmp_path: pathlib.Path,
0 commit comments