Skip to content

Commit 36a5be7

Browse files
committed
Revert "mypy: skip following _pytest imports"
Will bump test python dep to 3.6+ instead. This reverts commit d7a84f0.
1 parent 84c9eb0 commit 36a5be7

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

test/setup.cfg

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,6 @@ python_version = 3.4
99
show_error_codes = true
1010
ignore_missing_imports = true
1111

12-
[mypy-_pytest.*]
13-
# variable annotations in newer pytest, errors out with python_version < 3.6
14-
follow_imports = skip
15-
1612
[isort]
1713
known_first_party = conftest
1814
known_third_party = pexpect,pytest

0 commit comments

Comments
 (0)