From 5ca666631edb48ee0f8df3df64f9481816bc6df3 Mon Sep 17 00:00:00 2001 From: Sebastian Rittau Date: Thu, 23 Dec 2021 11:23:25 +0100 Subject: [PATCH] Remove unused allowlist entries (#6671) --- stubs/cryptography/@tests/stubtest_allowlist.txt | 3 --- 1 file changed, 3 deletions(-) diff --git a/stubs/cryptography/@tests/stubtest_allowlist.txt b/stubs/cryptography/@tests/stubtest_allowlist.txt index 8e33e2d1f..bf470c14d 100644 --- a/stubs/cryptography/@tests/stubtest_allowlist.txt +++ b/stubs/cryptography/@tests/stubtest_allowlist.txt @@ -8,9 +8,6 @@ cryptography.hazmat.backends.interfaces.DHBackend.dh_parameters_supported cryptography.hazmat.backends.interfaces.HMACBackend.cmac_algorithm_supported cryptography.hazmat.bindings.openssl.binding.Binding.init_static_locks cryptography.hazmat.primitives.asymmetric.dh.DHParameterNumbers.__init__ -cryptography.hazmat.primitives.asymmetric.dsa.AsymmetricVerificationContext -cryptography.hazmat.primitives.asymmetric.ec.AsymmetricVerificationContext -cryptography.hazmat.primitives.asymmetric.rsa.AsymmetricVerificationContext cryptography.hazmat.primitives.ciphers.aead.AESCCM.__init__ cryptography.hazmat.primitives.cmac.CMAC.__init__ cryptography.hazmat.primitives.hashes.BLAKE2b.__init__