summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Forcier <jeff@bitprophet.org>2019-06-14 17:36:07 -0400
committerJeff Forcier <jeff@bitprophet.org>2019-06-14 18:37:36 -0400
commitd2bf2f399d58546df07ffa52db426ff97094983e (patch)
tree300e559e97ef0f41713f39560b88ea1429d1f57d
parentbd722876f07fee2ca7b4f48c16218c9fa986a71e (diff)
downloadparamiko-d2bf2f399d58546df07ffa52db426ff97094983e.tar.gz
Ignore CryptographyDeprecationWarning in tests on 2.4 branch
-rw-r--r--setup.cfg4
1 files changed, 4 insertions, 0 deletions
diff --git a/setup.cfg b/setup.cfg
index ee56f985..1b589871 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -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