mirror of
https://github.com/certbot/certbot.git
synced 2026-08-01 16:19:13 +02:00
fixup pytest.ini, out var, and add changelog
This commit is contained in:
@@ -18,10 +18,6 @@ import pytest
|
|||||||
|
|
||||||
from certbot.tests import util as test_util
|
from certbot.tests import util as test_util
|
||||||
|
|
||||||
out = """Missing = in header key=value
|
|
||||||
ocsp: Use -help for summary.
|
|
||||||
"""
|
|
||||||
|
|
||||||
|
|
||||||
class OSCPTestCryptography(unittest.TestCase):
|
class OSCPTestCryptography(unittest.TestCase):
|
||||||
"""
|
"""
|
||||||
|
|||||||
@@ -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.
|
||||||
@@ -9,10 +9,5 @@
|
|||||||
# deprecation warnings and gives time for plugins that don't use the deprecated
|
# 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
|
# API to propagate, especially for plugins packaged as an external snap, before
|
||||||
# we release breaking changes.
|
# 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 =
|
filterwarnings =
|
||||||
error
|
error
|
||||||
ignore:enforce_openssl_binary_usage parameter is deprecated:DeprecationWarning
|
|
||||||
|
|||||||
Reference in New Issue
Block a user