fix some oldest tests

This commit is contained in:
Brad Warren 2021-05-25 09:25:10 -07:00
parent c9c0fefaef
commit 70f823119b

16
tox.ini
View file

@ -101,7 +101,7 @@ basepython =
{[testenv:oldest]basepython}
commands =
{[base]pip_install} acme[dev] certbot[dev] certbot-apache
python -m pytest certbot-apache
pytest certbot-apache
setenv =
{[testenv:oldest]setenv}
@ -110,7 +110,7 @@ basepython =
{[testenv:oldest]basepython}
commands =
{[base]pip_install} acme[dev] certbot[dev] certbot-apache[dev]
python -m pytest certbot-apache
pytest certbot-apache
setenv =
{[testenv:oldest]setenv}
@ -119,7 +119,7 @@ basepython =
{[testenv:oldest]basepython}
commands =
{[base]pip_install} acme[dev] certbot[dev]
python -m pytest certbot
pytest certbot
setenv =
{[testenv:oldest]setenv}
@ -128,7 +128,7 @@ basepython =
{[testenv:oldest]basepython}
commands =
{[base]pip_install} acme[dev] certbot[dev] {[base]dns_packages}
python -m pytest {[base]dns_packages}
pytest {[base]dns_packages}
setenv =
{[testenv:oldest]setenv}
@ -137,7 +137,7 @@ basepython =
{[testenv:oldest]basepython}
commands =
{[base]pip_install} acme[dev] certbot[dev] certbot-nginx
python -m pytest certbot-nginx
pytest certbot-nginx
python tests/lock_test.py
setenv =
{[testenv:oldest]setenv}
@ -263,8 +263,7 @@ passenv = DOCKER_*
basepython =
{[testenv:oldest]basepython}
commands =
{[base]pip_install} certbot
{[base]pip_install} certbot-ci
{[base]pip_install} acme certbot certbot-ci
pytest certbot-ci/certbot_integration_tests/certbot_tests \
--acme-server={env:ACME_SERVER:pebble}
passenv = DOCKER_*
@ -274,8 +273,7 @@ setenv = {[testenv:oldest]setenv}
basepython =
{[testenv:oldest]basepython}
commands =
{[base]pip_install} certbot-nginx
{[base]pip_install} certbot-ci
{[base]pip_install} acme certbot certbot-nginx certbot-ci
pytest certbot-ci/certbot_integration_tests/nginx_tests \
--acme-server={env:ACME_SERVER:pebble}
passenv = DOCKER_*