Skip to content

Commit e1a0b40

Browse files
committed
[jwcrypto] Work around stubtest issues
See python/mypy#20160 for details. Closes: #14893
1 parent be34e92 commit e1a0b40

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

stubs/jwcrypto/@tests/stubtest_allowlist.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,6 @@ jwcrypto.tests-cookbook
44

55
# even if the deprecated decorator is applied, the attribute is not present
66
jwcrypto.jwt.JWTMissingKeyID.__deprecated__
7+
8+
# https://github.com/python/mypy/issues/20160
9+
jwcrypto.jwt.JWTMissingKeyID.__init_subclass__

0 commit comments

Comments
 (0)