From bf1a6449a34992448ae2e0635a62c50c288132c2 Mon Sep 17 00:00:00 2001 From: Brad Warren Date: Fri, 7 Oct 2022 13:52:30 -0700 Subject: [PATCH] no capture --- tox.ini | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/tox.ini b/tox.ini index 0670b7ee2..7527a354e 100644 --- a/tox.ini +++ b/tox.ini @@ -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}