Skip to content

Commit f613a9d

Browse files
authored
remove whitespace
1 parent 19ff274 commit f613a9d

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

scipy_doctest/tests/test_pytest_configuration.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,6 @@ def func():
9494

9595
def test_alt_checker_doctestplus(pytester):
9696
"""Test an alternative Checker, from pytest-doctestplus."""
97-
9897
pytest.importorskip("pytest_doctestplus")
9998

10099
# create a temporary conftest.py file
@@ -145,5 +144,3 @@ def func():
145144
f_ = pytester.makepyfile(src_)
146145
result = pytester.inline_run(f_, '--doctest-modules')
147146
assert result.ret == pytest.ExitCode.TESTS_FAILED
148-
149-

0 commit comments

Comments
 (0)