Skip to content

Commit 18e9687

Browse files
msullivanilevkivskyi
authored andcommitted
Delete test/testextensions.py, which has been moved to mypy-extensions (#6241)
1 parent 203a588 commit 18e9687

File tree

3 files changed

+0
-150
lines changed

3 files changed

+0
-150
lines changed

mypy/test/testextensions.py

Lines changed: 0 additions & 140 deletions
This file was deleted.

mypy_bootstrap.ini

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,3 @@ warn_unused_configs = True
1414
show_traceback = True
1515
# Set the platform to something nonsense to signal to make Bogus = Any.
1616
platform = mypyc
17-
18-
# needs py2 compatibility
19-
[mypy-mypy.test.testextensions]
20-
disallow_untyped_defs = False
21-
check_untyped_defs = False

mypy_self_check.ini

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,3 @@ disallow_any_unimported = True
1212
warn_redundant_casts = True
1313
warn_unused_configs = True
1414
show_traceback = True
15-
16-
# needs py2 compatibility
17-
[mypy-mypy.test.testextensions]
18-
disallow_untyped_defs = False
19-
check_untyped_defs = False

0 commit comments

Comments
 (0)