summaryrefslogtreecommitdiffhomepage
path: root/setup.cfg
diff options
context:
space:
mode:
authorJeff Forcier <jeff@bitprophet.org>2019-06-21 12:07:14 -0400
committerJeff Forcier <jeff@bitprophet.org>2019-06-21 12:07:14 -0400
commit37afc45c01242e99baf5264692682c076c3c0052 (patch)
tree7d080e9df937ed7c7f129d7806d2e0b7304e7df8 /setup.cfg
parentecae381a4840695f8e0e90b2d92c2da042fe780d (diff)
parent467079cdfa036b346cb4dddfc1cac2a440430a9b (diff)
Merge branch 'master' into 1311-int
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg6
1 files changed, 5 insertions, 1 deletions
diff --git a/setup.cfg b/setup.cfg
index 7ff383c3..44d029c4 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -8,7 +8,7 @@ license_file = LICENSE
omit = paramiko/_winapi.py
[flake8]
-exclude = sites,.git,build,dist,demos,tests
+exclude = sites,.git,build,dist,demos
# NOTE: W503, E203 are concessions to black 18.0b5 and could be reinstated
# later if fixed on that end.
# NOTE: E722 seems to only have started popping up on move to flake8 3.6.0 from
@@ -22,3 +22,7 @@ max-line-length = 79
addopts = -p no:relaxed
# Loop on failure
looponfailroots = tests paramiko
+# Ignore some warnings we cannot easily handle.
+filterwarnings =
+ ignore::DeprecationWarning:pkg_resources
+ ignore::cryptography.utils.CryptographyDeprecationWarning