Skip to content

Commit c778244

Browse files
committed
Remove outdated allowlist entries
1 parent 2712bc5 commit c778244

File tree

2 files changed

+0
-36
lines changed

2 files changed

+0
-36
lines changed

stdlib/@tests/stubtest_allowlists/py314.txt

Lines changed: 0 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -139,36 +139,6 @@ multiprocessing.managers._BaseSetProxy.copy
139139
multiprocessing.managers._BaseSetProxy.pop
140140

141141

142-
# Changes from patch releases to be introduced in Python 3.14.0b3
143-
# (Remove once 3.14.0b3 becomes available for all platforms)
144-
(genericpath.__all__)?
145-
(genericpath.ALLOW_MISSING)?
146-
(ntpath.__all__)?
147-
(ntpath.ALLOW_MISSING)?
148-
(os.path.__all__)?
149-
(os.path.ALLOW_MISSING)?
150-
(os.path.realpath)?
151-
(posixpath.__all__)?
152-
(posixpath.ALLOW_MISSING)?
153-
(tarfile.__all__)?
154-
(tarfile.LinkFallbackError)?
155-
(tarfile.TarFile._extract_member)?
156-
(tarfile.TarFile.makelink_with_filter)?
157-
(_?hashlib.new)?
158-
(_?hashlib.(openssl_)?md5)?
159-
(_?hashlib.(openssl_)?sha1)?
160-
(_?hashlib.(openssl_)?sha224)?
161-
(_?hashlib.(openssl_)?sha256)?
162-
(_?hashlib.(openssl_)?sha384)?
163-
(_?hashlib.(openssl_)?sha3_224)?
164-
(_?hashlib.(openssl_)?sha3_256)?
165-
(_?hashlib.(openssl_)?sha3_384)?
166-
(_?hashlib.(openssl_)?sha3_512)?
167-
(_?hashlib.(openssl_)?sha512)?
168-
(_?hashlib.(openssl_)?shake_128)?
169-
(_?hashlib.(openssl_)?shake_256)?
170-
171-
172142
# =============================================================
173143
# Allowlist entries that cannot or should not be fixed; >= 3.13
174144
# =============================================================

stubs/Authlib/@tests/stubtest_allowlist.txt

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,6 @@ authlib.jose.rfc7518.jwe_algs.ECDHESAlgorithm.name
1919
authlib.jose.rfc7518.jwe_algs.RSAAlgorithm.description
2020
authlib.jose.rfc7518.jwe_algs.RSAAlgorithm.name
2121

22-
# Re-exports of hashlib functions whose signatures changed in Python 3.13.4.
23-
# (Remove once 3.13.4 is consistently available)
24-
(authlib.jose.rfc7518.jws_algs.HMACAlgorithm.SHA256)?
25-
(authlib.jose.rfc7518.jws_algs.HMACAlgorithm.SHA384)?
26-
(authlib.jose.rfc7518.jws_algs.HMACAlgorithm.SHA512)?
27-
2822
# Methods whose *args and **kwargs arguments are added dynamically due to the @hooked decorator:
2923
authlib.oauth2.rfc6749.AuthorizationCodeGrant.create_token_response
3024
authlib.oauth2.rfc6749.AuthorizationCodeGrant.validate_token_request

0 commit comments

Comments
 (0)