no capture

This commit is contained in:
Brad Warren 2022-10-07 13:52:30 -07:00
parent 04841e04d5
commit bf1a6449a3

14
tox.ini
View file

@ -165,7 +165,7 @@ commands =
commands =
docker build -t certbot-compatibility-test -f certbot-compatibility-test/Dockerfile .
docker build -t apache-compat -f certbot-compatibility-test/Dockerfile-apache .
docker run --rm -t apache-compat -c apache.tar.gz -vvvv
docker run --rm -t apache-compat -c apache.tar.gz -s -vvvv
whitelist_externals =
docker
passenv =
@ -193,7 +193,7 @@ passenv = DOCKER_*
[testenv:integration]
commands =
{[base]pip_install} acme certbot certbot-nginx certbot-ci
pytest -vvv certbot-ci/certbot_integration_tests \
pytest -s -vvv certbot-ci/certbot_integration_tests \
--acme-server={env:ACME_SERVER:pebble} \
--cov=acme --cov=certbot --cov=certbot_nginx --cov-report= \
--cov-config=certbot-ci/certbot_integration_tests/.coveragerc
@ -204,7 +204,7 @@ passenv = DOCKER_*
[testenv:integration-certbot]
commands =
{[base]pip_install} acme certbot certbot-ci
pytest -vvvv certbot-ci/certbot_integration_tests/certbot_tests \
pytest -s -vvvv certbot-ci/certbot_integration_tests/certbot_tests \
--acme-server={env:ACME_SERVER:pebble} \
--cov=acme --cov=certbot --cov-report= \
--cov-config=certbot-ci/certbot_integration_tests/.coveragerc
@ -213,7 +213,7 @@ commands =
[testenv:integration-dns-rfc2136]
commands =
{[base]pip_install} acme certbot certbot-dns-rfc2136 certbot-ci
pytest -vvv certbot-ci/certbot_integration_tests/rfc2136_tests \
pytest -s -vvv certbot-ci/certbot_integration_tests/rfc2136_tests \
--acme-server=pebble --dns-server=bind \
--numprocesses=1 \
--cov=acme --cov=certbot --cov=certbot_dns_rfc2136 --cov-report= \
@ -225,7 +225,7 @@ commands =
# Run integration tests with Certbot outside of tox's virtual environment.
commands =
{[base]pip_install} certbot-ci
pytest -vvv certbot-ci/certbot_integration_tests \
pytest -s -vvv certbot-ci/certbot_integration_tests \
--acme-server={env:ACME_SERVER:pebble}
passenv = DOCKER_*
@ -234,7 +234,7 @@ basepython =
{[testenv:oldest]basepython}
commands =
{[base]pip_install} acme certbot certbot-ci
pytest -vvv certbot-ci/certbot_integration_tests/certbot_tests \
pytest -s -vvv certbot-ci/certbot_integration_tests/certbot_tests \
--acme-server={env:ACME_SERVER:pebble}
passenv = DOCKER_*
setenv = {[testenv:oldest]setenv}
@ -244,7 +244,7 @@ basepython =
{[testenv:oldest]basepython}
commands =
{[base]pip_install} acme certbot certbot-nginx certbot-ci
pytest -vvv certbot-ci/certbot_integration_tests/nginx_tests \
pytest -s -vvv certbot-ci/certbot_integration_tests/nginx_tests \
--acme-server={env:ACME_SERVER:pebble}
passenv = DOCKER_*
setenv = {[testenv:oldest]setenv}