Skip to content

Commit af3b814

Browse files
committed
Remove obsolete "no cover"
1 parent f1aed2a commit af3b814

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/pytest_mypy.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -258,9 +258,7 @@ def from_mypy(
258258
) -> "MypyResults":
259259
"""Generate results from mypy."""
260260

261-
# This is covered by test_mypy_results_from_mypy_with_opts;
262-
# however, coverage is not recognized on py38-pytest4.6:
263-
if opts is None: # pragma: no cover
261+
if opts is None:
264262
opts = mypy_argv[:]
265263
abspath_errors = {
266264
str(path.absolute()): [] for path in paths

0 commit comments

Comments
 (0)