mirror of
https://github.com/certbot/certbot.git
synced 2026-06-06 23:32:06 -04:00
some package named in tox.ini were manually specified, change those to certbot
This commit is contained in:
parent
3479018291
commit
933d2c9bb6
1 changed files with 5 additions and 5 deletions
10
tox.ini
10
tox.ini
|
|
@ -139,19 +139,19 @@ commands =
|
|||
|
||||
[testenv:apacheconftest]
|
||||
commands =
|
||||
{[base]pip_install} acme . certbot-apache certbot-compatibility-test
|
||||
{[base]pip_install} acme certbot certbot-apache certbot-compatibility-test
|
||||
{toxinidir}/certbot-apache/certbot_apache/tests/apache-conf-files/apache-conf-test --debian-modules
|
||||
passenv =
|
||||
SERVER
|
||||
|
||||
[testenv:apacheconftest-with-pebble]
|
||||
commands =
|
||||
{[base]pip_install} acme . certbot-apache certbot-ci certbot-compatibility-test
|
||||
{[base]pip_install} acme certbot certbot-apache certbot-ci certbot-compatibility-test
|
||||
{toxinidir}/certbot-apache/certbot_apache/tests/apache-conf-files/apache-conf-test-pebble.py --debian-modules
|
||||
|
||||
[testenv:nginxroundtrip]
|
||||
commands =
|
||||
{[base]pip_install} acme . certbot-apache certbot-nginx
|
||||
{[base]pip_install} acme certbot certbot-apache certbot-nginx
|
||||
python certbot-compatibility-test/nginx/roundtrip.py certbot-compatibility-test/nginx/nginx-roundtrip-testdata
|
||||
|
||||
# This is a duplication of the command line in testenv:le_auto to
|
||||
|
|
@ -223,7 +223,7 @@ passenv = DOCKER_*
|
|||
|
||||
[testenv:integration]
|
||||
commands =
|
||||
{[base]pip_install} acme . certbot-nginx certbot-ci
|
||||
{[base]pip_install} acme certbot certbot-nginx certbot-ci
|
||||
pytest certbot-ci/certbot_integration_tests \
|
||||
--acme-server={env:ACME_SERVER:pebble} \
|
||||
--cov=acme --cov=certbot --cov=certbot_nginx --cov-report= \
|
||||
|
|
@ -234,7 +234,7 @@ passenv = DOCKER_*
|
|||
|
||||
[testenv:integration-certbot]
|
||||
commands =
|
||||
{[base]pip_install} acme . certbot-ci
|
||||
{[base]pip_install} acme certbot certbot-ci
|
||||
pytest certbot-ci/certbot_integration_tests/certbot_tests \
|
||||
--acme-server={env:ACME_SERVER:pebble} \
|
||||
--cov=acme --cov=certbot --cov-report= \
|
||||
|
|
|
|||
Loading…
Reference in a new issue