Remove an obsolete service_identity check.

This commit is contained in:
Andrey Rakhmatullin 2025-02-02 01:17:41 +05:00
parent 542764c02f
commit 190967439d
1 changed files with 0 additions and 7 deletions

View File

@ -685,13 +685,6 @@ class Https11InvalidDNSPattern(SimpleHttpsTest):
keyfile = "keys/localhost.ip.key"
certfile = "keys/localhost.ip.crt"
def setUp(self):
try:
from service_identity.exceptions import CertificateError # noqa: F401
except ImportError:
raise unittest.SkipTest("cryptography lib is too old")
super().setUp()
class Https11CustomCiphers(SimpleHttpsTest):
cipher_string = "CAMELLIA256-SHA"