Stubtest: Ignore attrs-generated props (#14845)

This commit is contained in:
Sebastian Rittau
2025-10-07 11:36:51 +02:00
committed by GitHub
parent dfaf10db5c
commit a02656a556
2 changed files with 7 additions and 53 deletions
@@ -1,28 +1,24 @@
# Autogenerated methods using @attr.* decorators
bugbear.B040CaughtException.__attrs_attrs__
bugbear.B040CaughtException.__attrs_own_setattr__
.*\.__attrs_attrs__
.*\.__attrs_own_setattr__
.*\.__attrs_props__
bugbear.B040CaughtException.__match_args__
bugbear.B041VariableKeyType.__attrs_attrs__
bugbear.B041VariableKeyType.__match_args__
bugbear.BugBearChecker.__attrs_attrs__
bugbear.BugBearChecker.__ge__
bugbear.BugBearChecker.__gt__
bugbear.BugBearChecker.__le__
bugbear.BugBearChecker.__lt__
bugbear.BugBearChecker.__match_args__
bugbear.BugBearVisitor.__attrs_attrs__
bugbear.BugBearVisitor.__ge__
bugbear.BugBearVisitor.__gt__
bugbear.BugBearVisitor.__le__
bugbear.BugBearVisitor.__lt__
bugbear.BugBearVisitor.__match_args__
bugbear.NameFinder.__attrs_attrs__
bugbear.NameFinder.__ge__
bugbear.NameFinder.__gt__
bugbear.NameFinder.__le__
bugbear.NameFinder.__lt__
bugbear.NameFinder.__match_args__
bugbear.NamedExprFinder.__attrs_attrs__
bugbear.NamedExprFinder.__ge__
bugbear.NamedExprFinder.__gt__
bugbear.NamedExprFinder.__le__
+4 -46
View File
@@ -6,70 +6,28 @@ jsonschema.benchmarks.*
jsonschema.__main__
# Autogenerated methods using @attr.* decorators:
jsonschema.Draft201909Validator.__attrs_attrs__
jsonschema.Draft201909Validator.__attrs_own_setattr__
jsonschema.Draft201909Validator.__attrs_post_init__
.*\.__attrs_attrs__
.*\.__attrs_own_setattr__
.*\.__attrs_post_init__
.*\.__attrs_props__
jsonschema.Draft201909Validator.__match_args__
jsonschema.Draft202012Validator.__attrs_attrs__
jsonschema.Draft202012Validator.__attrs_own_setattr__
jsonschema.Draft202012Validator.__attrs_post_init__
jsonschema.Draft202012Validator.__match_args__
jsonschema.Draft3Validator.__attrs_attrs__
jsonschema.Draft3Validator.__attrs_own_setattr__
jsonschema.Draft3Validator.__attrs_post_init__
jsonschema.Draft3Validator.__match_args__
jsonschema.Draft4Validator.__attrs_attrs__
jsonschema.Draft4Validator.__attrs_own_setattr__
jsonschema.Draft4Validator.__attrs_post_init__
jsonschema.Draft4Validator.__match_args__
jsonschema.Draft6Validator.__attrs_attrs__
jsonschema.Draft6Validator.__attrs_own_setattr__
jsonschema.Draft6Validator.__attrs_post_init__
jsonschema.Draft6Validator.__match_args__
jsonschema.Draft7Validator.__attrs_attrs__
jsonschema.Draft7Validator.__attrs_own_setattr__
jsonschema.Draft7Validator.__attrs_post_init__
jsonschema.Draft7Validator.__match_args__
jsonschema.RefResolutionError.__attrs_attrs__
jsonschema.RefResolutionError.__match_args__
jsonschema.TypeChecker.__attrs_attrs__
jsonschema.TypeChecker.__match_args__
jsonschema._types.TypeChecker.__attrs_attrs__
jsonschema._types.TypeChecker.__match_args__
jsonschema.cli._Outputter.__attrs_attrs__
jsonschema.cli._Outputter.__attrs_own_setattr__
jsonschema.cli._Outputter.__match_args__
jsonschema.cli._PlainFormatter.__attrs_attrs__
jsonschema.cli._PlainFormatter.__attrs_own_setattr__
jsonschema.cli._PlainFormatter.__match_args__
jsonschema.cli._PrettyFormatter.__attrs_attrs__
jsonschema.cli._PrettyFormatter.__attrs_own_setattr__
jsonschema.cli._PrettyFormatter.__match_args__
jsonschema.exceptions.RefResolutionError.__attrs_attrs__
jsonschema.exceptions.RefResolutionError.__match_args__
jsonschema.validators.Draft201909Validator.__attrs_attrs__
jsonschema.validators.Draft201909Validator.__attrs_own_setattr__
jsonschema.validators.Draft201909Validator.__attrs_post_init__
jsonschema.validators.Draft201909Validator.__match_args__
jsonschema.validators.Draft202012Validator.__attrs_attrs__
jsonschema.validators.Draft202012Validator.__attrs_own_setattr__
jsonschema.validators.Draft202012Validator.__attrs_post_init__
jsonschema.validators.Draft202012Validator.__match_args__
jsonschema.validators.Draft3Validator.__attrs_attrs__
jsonschema.validators.Draft3Validator.__attrs_own_setattr__
jsonschema.validators.Draft3Validator.__attrs_post_init__
jsonschema.validators.Draft3Validator.__match_args__
jsonschema.validators.Draft4Validator.__attrs_attrs__
jsonschema.validators.Draft4Validator.__attrs_own_setattr__
jsonschema.validators.Draft4Validator.__attrs_post_init__
jsonschema.validators.Draft4Validator.__match_args__
jsonschema.validators.Draft6Validator.__attrs_attrs__
jsonschema.validators.Draft6Validator.__attrs_own_setattr__
jsonschema.validators.Draft6Validator.__attrs_post_init__
jsonschema.validators.Draft6Validator.__match_args__
jsonschema.validators.Draft7Validator.__attrs_attrs__
jsonschema.validators.Draft7Validator.__attrs_own_setattr__
jsonschema.validators.Draft7Validator.__attrs_post_init__
jsonschema.validators.Draft7Validator.__match_args__
# >= Python 3.13
jsonschema.Draft201909Validator.__replace__