mirror of
https://github.com/certbot/certbot.git
synced 2026-07-26 15:38:40 +02:00
Have oldest tests inherit environment from python tests (#10422)
This commit is contained in:
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user