Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/certbot/certbot.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrad Warren <bmw@users.noreply.github.com>2022-08-30 03:28:47 +0300
committerGitHub <noreply@github.com>2022-08-30 03:28:47 +0300
commit012314d946b4e2bd9b60053166f42ff9617ffba6 (patch)
tree8f8bd6616abd52fce64f28aa1162252e3e7c8b83 /pytest.ini
parenta81d58fa6e3ce451682529947edfd807dcd56b7b (diff)
Deprecate source address (#9389)
* deprecate source_address * filter warnings * fix route53 tests * test warning * update docstring
Diffstat (limited to 'pytest.ini')
-rw-r--r--pytest.ini10
1 files changed, 3 insertions, 7 deletions
diff --git a/pytest.ini b/pytest.ini
index 92a403451..9e8fb5c7b 100644
--- a/pytest.ini
+++ b/pytest.ini
@@ -22,11 +22,8 @@
# the certbot.display.util module.
# 5) A deprecation warning is raised in dnspython==1.15.0 in the oldest tests for
# certbot-dns-rfc2136.
-# 6) The vendored version of six in botocore causes ImportWarnings in Python
-# 3.10+. See https://github.com/boto/botocore/issues/2548.
-# 7) botocore's default TLS settings raise deprecation warnings in Python
-# 3.10+, but their values are sane from a security perspective. See
-# https://github.com/boto/botocore/issues/2550.
+# 6) botocore is currently using deprecated urllib3 functionality. See
+# https://github.com/boto/botocore/issues/2744.
filterwarnings =
error
ignore:The external mock module:PendingDeprecationWarning
@@ -34,5 +31,4 @@ filterwarnings =
ignore:.*attribute in certbot.interfaces module is deprecated:DeprecationWarning
ignore:.*attribute in certbot.display.util module is deprecated:DeprecationWarning
ignore:decodestring\(\) is a deprecated alias:DeprecationWarning:dns
- ignore:_SixMetaPathImporter.:ImportWarning
- ignore:ssl.PROTOCOL_TLS:DeprecationWarning:botocore
+ ignore:'urllib3.contrib.pyopenssl:DeprecationWarning:botocore