fixup pytest.ini, out var, and add changelog

This commit is contained in:
Brad Warren
2025-08-28 09:33:37 -07:00
parent a06fa7643d
commit 9c1685638b
3 changed files with 1 additions and 9 deletions
@@ -18,10 +18,6 @@ import pytest
from certbot.tests import util as test_util
out = """Missing = in header key=value
ocsp: Use -help for summary.
"""
class OSCPTestCryptography(unittest.TestCase):
"""
+1
View File
@@ -0,0 +1 @@
certbot.ocsp.RevocationChecker.__init__ no longer accepts the parameter `enforce_openssl_binary_usage` and always uses the cryptography Python library for OCSP checking.
-5
View File
@@ -9,10 +9,5 @@
# deprecation warnings and gives time for plugins that don't use the deprecated
# API to propagate, especially for plugins packaged as an external snap, before
# we release breaking changes.
#
# The current warnings being ignored are:
# 1) Planning to remove support for checking OCSP via OpenSSL binary.
# See https://github.com/certbot/certbot/issues/10291.
filterwarnings =
error
ignore:enforce_openssl_binary_usage parameter is deprecated:DeprecationWarning