Skip to content

Commit aab30fb

Browse files
committed
Remove stubtest allowlist entry
1 parent dc2cf80 commit aab30fb

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

stdlib/@tests/stubtest_allowlists/common.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,6 @@ asyncio.locks.Condition.release
237237
builtins.memoryview.__contains__ # C type that implements __getitem__
238238
builtins.reveal_locals # Builtins that type checkers pretends exist
239239
builtins.reveal_type # Builtins that type checkers pretends exist
240-
builtins.type.__dict__ # read-only but not actually a property; stubtest thinks it's a mutable attribute.
241240

242241
# The following CodecInfo properties are added in __new__
243242
codecs.CodecInfo.decode

0 commit comments

Comments
 (0)