From 7201159d3251360f6ee6ecbcf869ea8de85b52fa Mon Sep 17 00:00:00 2001 From: ohemorange Date: Thu, 14 Aug 2025 16:36:34 -0700 Subject: [PATCH] Have oldest tests inherit environment from python tests (#10422) --- tox.ini | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index bf6e14a44..7bf0d34b0 100644 --- a/tox.ini +++ b/tox.ini @@ -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]