Skip to content

Commit 2157b93

Browse files
committed
Increase ALLOWED_GET_PROPER_TYPES count
1 parent 8d76a20 commit 2157b93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mypy/test/testtypes.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1541,7 +1541,7 @@ def make_call(*items: tuple[str, str | None]) -> CallExpr:
15411541
class TestExpandTypeLimitGetProperType(TestCase):
15421542
# WARNING: do not increase this number unless absolutely necessary,
15431543
# and you understand what you are doing.
1544-
ALLOWED_GET_PROPER_TYPES = 8
1544+
ALLOWED_GET_PROPER_TYPES = 9
15451545

15461546
@skipUnless(mypy.expandtype.__file__.endswith(".py"), "Skip for compiled mypy")
15471547
def test_count_get_proper_type(self) -> None:

0 commit comments

Comments
 (0)