Have oldest tests inherit environment from python tests (#10422)

This commit is contained in:
ohemorange
2025-08-14 16:36:34 -07:00
committed by GitHub
parent 801894c7da
commit 7201159d32
+3 -1
View File
@@ -66,7 +66,9 @@ commands = {[testenv:py]commands}
# This version should be kept in sync with the one declared in
# tools/pinning/oldest/pyproject.toml.
basepython = python3.10
setenv = CERTBOT_OLDEST=1
setenv =
{[testenv:py]setenv}
CERTBOT_OLDEST=1
commands = {[testenv:py]commands}
[testenv:cover]