mirror of
https://github.com/python/cpython.git
synced 2025-08-04 08:59:19 +00:00
bpo-40066: [Enum] fix tests (GH-30643)
- skip doctest that changes depending on target system - skip doctest that only fails on CI - substitute in values that change depending on target system
This commit is contained in:
parent
a4bc2218d2
commit
62a6594e66
3 changed files with 11 additions and 11 deletions
|
@ -2081,7 +2081,7 @@ to speed up repeated connections from the same clients.
|
|||
.. versionchanged:: 3.6
|
||||
:attr:`SSLContext.verify_mode` returns :class:`VerifyMode` enum:
|
||||
|
||||
>>> ssl.create_default_context().verify_mode
|
||||
>>> ssl.create_default_context().verify_mode # doctest: +SKIP
|
||||
<VerifyMode.CERT_REQUIRED: 2>
|
||||
|
||||
.. index:: single: certificates
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue