mirror of
https://github.com/certbot/certbot.git
synced 2026-06-04 22:33:00 -04:00
fix some oldest tests
This commit is contained in:
parent
c9c0fefaef
commit
70f823119b
1 changed files with 7 additions and 9 deletions
16
tox.ini
16
tox.ini
|
|
@ -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_*
|
||||
|
|
|
|||
Loading…
Reference in a new issue