diff options
author | Jeff Forcier <jeff@bitprophet.org> | 2019-06-14 17:36:10 -0400 |
---|---|---|
committer | Jeff Forcier <jeff@bitprophet.org> | 2019-06-14 17:36:10 -0400 |
commit | e7e3dae2d40957bebd9c77c9389ea224f00d1a44 (patch) | |
tree | ee4a0c713cd2ea7dff962e3146bd295e04e52009 /setup.cfg | |
parent | 8e88adb02c2bf373b039c319d0099828826799cd (diff) | |
parent | c9eb8862f333910d8b89612e94a32d365319d449 (diff) |
Merge branch '2.4' into 2.5
Diffstat (limited to 'setup.cfg')
-rw-r--r-- | setup.cfg | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -22,3 +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 |