bpo-40066: [Enum] skip failing doc test (GH-30637)

This commit is contained in:
Kumar Aditya 2022-01-17 20:48:13 +05:30 committed by GitHub
parent 16901c0482
commit 83d544b929
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
14 changed files with 2085 additions and 2019 deletions

View file

@ -119,7 +119,6 @@ from _ssl import (
)
from _ssl import _DEFAULT_CIPHERS, _OPENSSL_API_VERSION
_IntEnum._convert_(
'_SSLMethod', __name__,
lambda name: name.startswith('PROTOCOL_') and name != 'PROTOCOL_SSLv23',