diff options
author | Jeff Forcier <jeff@bitprophet.org> | 2019-06-16 13:06:56 -0400 |
---|---|---|
committer | Jeff Forcier <jeff@bitprophet.org> | 2019-06-16 13:07:23 -0400 |
commit | 0db807758757170b92d882ecbc43f1bdad36cce6 (patch) | |
tree | dce6c1b927d55ccec76aaeb8be9e4689d4bdf45f /setup.cfg | |
parent | 8efb5a105d8b4ea93f92c0ed4a291e3f733fe4f5 (diff) |
Cannot easily filter CryptographyDeprecationWarning on OLDEST_CRYPTO=1.5
Could re-inject it for the other test cells with -o=-W=ignore:xxx, but that
does not feel worthwhile just for the Paramiko 2.4 branch, which is the only
place it would live - this needs stripping out for 2.5+ as we updated to newer
Cryptography again there.
Diffstat (limited to 'setup.cfg')
-rw-r--r-- | setup.cfg | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -23,8 +23,5 @@ addopts = -p no:relaxed # Loop on failure looponfailroots = tests paramiko # Ignore some warnings we cannot easily handle. -# (NOTE: the CryptographyDeprecationWarning one should ONLY be in our 2.4 -# branch) filterwarnings = ignore::DeprecationWarning:pkg_resources - ignore::cryptography.utils.CryptographyDeprecationWarning |