From 70f823119bce290e1bc9e7488d2033b140f4b4f2 Mon Sep 17 00:00:00 2001 From: Brad Warren Date: Tue, 25 May 2021 09:25:10 -0700 Subject: [PATCH] fix some oldest tests --- tox.ini | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) diff --git a/tox.ini b/tox.ini index 2d2cf63f1..399076043 100644 --- a/tox.ini +++ b/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_*