mirror of
https://github.com/certbot/certbot.git
synced 2026-04-21 14:16:58 -04:00
Have oldest tests inherit environment from python tests (#10422)
This commit is contained in:
parent
801894c7da
commit
7201159d32
1 changed files with 3 additions and 1 deletions
4
tox.ini
4
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]
|
||||
|
|
|
|||
Loading…
Reference in a new issue