From 0db807758757170b92d882ecbc43f1bdad36cce6 Mon Sep 17 00:00:00 2001 From: Jeff Forcier Date: Sun, 16 Jun 2019 13:06:56 -0400 Subject: 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. --- setup.cfg | 3 --- 1 file changed, 3 deletions(-) (limited to 'setup.cfg') diff --git a/setup.cfg b/setup.cfg index 1b589871..b6b2eea3 100644 --- a/setup.cfg +++ b/setup.cfg @@ -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 -- cgit v1.2.3