Skip to content

Commit 88ab271

Browse files
committed
[stubtest] ignore __conditional_annotations__
1 parent 888473f commit 88ab271

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

mypy/stubtest.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1653,6 +1653,7 @@ def verify_typealias(
16531653
"__loader__",
16541654
"__spec__",
16551655
"__annotations__",
1656+
"__conditional_annotations__", # 3.14+
16561657
"__annotate__",
16571658
"__path__", # mypy adds __path__ to packages, but C packages don't have it
16581659
"__getattr__", # resulting behaviour might be typed explicitly

0 commit comments

Comments
 (0)