File tree Expand file tree Collapse file tree 1 file changed +0
-8
lines changed Expand file tree Collapse file tree 1 file changed +0
-8
lines changed Original file line number Diff line number Diff line change 2424import _pytest
2525from _pytest import outcomes
2626from _pytest .outcomes import OutcomeException
27- from _pytest .warning_types import PytestConfigWarning
2827
2928from doctest_docutils import DocutilsDocTestFinder , setup
3029
@@ -45,14 +44,7 @@ def pytest_configure(config: pytest.Config) -> None:
4544 Todo: Find a way to make these plugins cooperate without collecting twice.
4645 """
4746 if config .pluginmanager .has_plugin ("doctest" ):
48- message = (
49- "`pytest-doctest-docutils` is incompatible with `doctest`. "
50- "Please disable `doctest` via `-p no:doctest` in order to use "
51- "`pytest-doctest-docutils`."
52- )
53-
5447 config .pluginmanager .set_blocked ("doctest" )
55- config .issue_config_time_warning (PytestConfigWarning (message ), stacklevel = 3 )
5648
5749
5850def pytest_unconfigure () -> None :
You can’t perform that action at this time.
0 commit comments