From 95512047a8ff01781a911ba6180e26e7de9513d1 Mon Sep 17 00:00:00 2001 From: Brad Warren Date: Mon, 20 Apr 2020 15:54:36 -0700 Subject: [PATCH] Add comments explaining external tox envs. --- tox.ini | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tox.ini b/tox.ini index 9bc146308..46e73e32f 100644 --- a/tox.ini +++ b/tox.ini @@ -144,6 +144,8 @@ passenv = SERVER [testenv:apacheconftest-external-with-pebble] +# Run apacheconftest with pebble and Certbot outside of tox's virtual +# environment. commands = {[base]pip_install} certbot-ci {toxinidir}/certbot-apache/tests/apache-conf-files/apache-conf-test-pebble.py --debian-modules @@ -256,6 +258,7 @@ commands = coverage report --include 'certbot/*' --show-missing --fail-under=62 [testenv:integration-external] +# Run integration tests with Certbot outside of tox's virtual environment. commands = {[base]pip_install} certbot-ci pytest certbot-ci/certbot_integration_tests \