Quiet more deprecation warnings on py2
Change-Id: I309767b2c6352e097d9572053c08d8377806809c
This commit is contained in:
parent
6dd3c7cd15
commit
0d44328c75
@ -81,3 +81,7 @@ 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 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. '
|
||||
'Support for it is now deprecated in cryptography, '
|
||||
'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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user