diff options
author | Jeff Forcier <jeff@bitprophet.org> | 2019-06-14 17:36:07 -0400 |
---|---|---|
committer | Jeff Forcier <jeff@bitprophet.org> | 2019-06-14 17:36:07 -0400 |
commit | c9eb8862f333910d8b89612e94a32d365319d449 (patch) | |
tree | 00a36b2ccde2e03b6a4c738b7fb9fccb6ab1d45e /setup.cfg | |
parent | 69d573d3b544a6da8dd37f7605ab95fedbe63f6e (diff) |
Ignore CryptographyDeprecationWarning in tests on 2.4 branch
Diffstat (limited to 'setup.cfg')
-rw-r--r-- | setup.cfg | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -22,5 +22,9 @@ max-line-length = 79 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 |