Skip to content

Commit 84245ad

Browse files
committed
fix test_type_is_usable
1 parent 1d0cb78 commit 84245ad

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

tests/test_internal/test_types.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,21 +37,26 @@
3737
}
3838

3939
IGNORE_TYPES_MEMBERS = {
40+
"A",
4041
"AfterValidator",
42+
"AfterWarner",
43+
"ALERT",
4144
"annotated_types",
4245
"Annotated",
4346
"annotations",
4447
"Any",
4548
"BeforeValidator",
4649
"ClassVar",
4750
"datetime",
51+
"FAIR",
4852
"field_validation",
4953
"FileDescr_", # an annoated union
5054
"FilePath",
5155
"FileSource_", # an annoated union
5256
"FileSource",
5357
"FormatVersionPlaceholder", # a literal
5458
"ImportantFileSource", # an annoated union
59+
"is_sequence",
5560
"iskeyword",
5661
"isoparse",
5762
"Literal",

0 commit comments

Comments
 (0)