We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 19ff274 commit f613a9dCopy full SHA for f613a9d
scipy_doctest/tests/test_pytest_configuration.py
@@ -94,7 +94,6 @@ def func():
94
95
def test_alt_checker_doctestplus(pytester):
96
"""Test an alternative Checker, from pytest-doctestplus."""
97
-
98
pytest.importorskip("pytest_doctestplus")
99
100
# create a temporary conftest.py file
@@ -145,5 +144,3 @@ def func():
145
144
f_ = pytester.makepyfile(src_)
146
result = pytester.inline_run(f_, '--doctest-modules')
147
assert result.ret == pytest.ExitCode.TESTS_FAILED
148
149
0 commit comments