Merge "Quiet more deprecation warnings on py2"
This commit is contained in:
commit
901d2e15b7
@ -81,3 +81,7 @@ warnings.filterwarnings('ignore', module='cryptography|OpenSSL', message=(
|
|||||||
'Python 2 is no longer supported by the Python core team. '
|
'Python 2 is no longer supported by the Python core team. '
|
||||||
'Support for it is now deprecated in cryptography, '
|
'Support for it is now deprecated in cryptography, '
|
||||||
'and will be removed in a future release.'))
|
'and will be removed in a future release.'))
|
||||||
|
warnings.filterwarnings('ignore', module='cryptography|OpenSSL', message=(
|
||||||
|
'Python 2 is no longer supported by the Python core team. '
|
||||||
|
'Support for it is now deprecated in cryptography, '
|
||||||
|
'and will be removed in the next release.'))
|
||||||
|
@ -42,6 +42,10 @@ warnings.filterwarnings('ignore', module='cryptography|OpenSSL', message=(
|
|||||||
'Python 2 is no longer supported by the Python core team. '
|
'Python 2 is no longer supported by the Python core team. '
|
||||||
'Support for it is now deprecated in cryptography, '
|
'Support for it is now deprecated in cryptography, '
|
||||||
'and will be removed in a future release.'))
|
'and will be removed in a future release.'))
|
||||||
|
warnings.filterwarnings('ignore', module='cryptography|OpenSSL', message=(
|
||||||
|
'Python 2 is no longer supported by the Python core team. '
|
||||||
|
'Support for it is now deprecated in cryptography, '
|
||||||
|
'and will be removed in the next release.'))
|
||||||
|
|
||||||
from eventlet.green import socket
|
from eventlet.green import socket
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user