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@eff.org>2022-11-01 18:11:43 +0300
committerBrad Warren <bmw@eff.org>2022-11-01 18:11:43 +0300
commit0e9804e3e81f9f6043f703ae8b31b2e9f98119c7 (patch)
treeaa517a4d172e5473790146f76ed2fda764579818
parent6223d4ff3315084498e582be192fdc058f01eb3c (diff)
fixup warningstest-3.11
-rw-r--r--pytest.ini12
1 files changed, 6 insertions, 6 deletions
diff --git a/pytest.ini b/pytest.ini
index 78710566b..9095b277a 100644
--- a/pytest.ini
+++ b/pytest.ini
@@ -22,11 +22,11 @@
# 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) botocore is currently using deprecated urllib3 functionality. See
-# https://github.com/boto/botocore/issues/2744.
-# 7) ACMEv1 deprecations in acme.client which will be resolved by Certbot 2.0.
-# 8) acme.mixins deprecation in acme.client which will be resolved by Certbot 2.0.
-# 9) acme.messages.Authorization.combinations which will be resolved by Certbot 2.0.
+# 6) ACMEv1 deprecations in acme.client which will be resolved by Certbot 2.0.
+# 7) acme.mixins deprecation in acme.client which will be resolved by Certbot 2.0.
+# 8) acme.messages.Authorization.combinations which will be resolved by Certbot 2.0.
+# 9) botocore is currently using the cgi module which will be removed from
+# Python in version 3.13. See https://github.com/boto/botocore/issues/2803.
filterwarnings =
error
ignore:The external mock module:PendingDeprecationWarning
@@ -34,7 +34,7 @@ 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:'urllib3.contrib.pyopenssl:DeprecationWarning:botocore
ignore:.*attribute in acme.client is deprecated:DeprecationWarning
ignore:.*acme.mixins is deprecated:DeprecationWarning
ignore:.*Authorization.combinations is deprecated:DeprecationWarning
+ ignore:'cgi' is deprecated:DeprecationWarning:botocore