mirror of
https://github.com/certbot/certbot.git
synced 2026-08-03 03:41:53 +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
|
# This version should be kept in sync with the one declared in
|
||||||
# tools/pinning/oldest/pyproject.toml.
|
# tools/pinning/oldest/pyproject.toml.
|
||||||
basepython = python3.10
|
basepython = python3.10
|
||||||
setenv = CERTBOT_OLDEST=1
|
setenv =
|
||||||
|
{[testenv:py]setenv}
|
||||||
|
CERTBOT_OLDEST=1
|
||||||
commands = {[testenv:py]commands}
|
commands = {[testenv:py]commands}
|
||||||
|
|
||||||
[testenv:cover]
|
[testenv:cover]
|
||||||
|
|||||||
Reference in New Issue
Block a user