fix apacheconftest-with-pebble deps

This commit is contained in:
Brad Warren 2023-04-06 10:25:41 -07:00
parent fd7f61889e
commit 092174cb8f

View file

@ -97,7 +97,9 @@ commands =
description = Run apacheconftest with pebble and Certbot outside of tox's virtual environment.
[testenv:apacheconftest-with-pebble]
deps = {[testenv:apacheconftest]deps}
deps =
{[testenv:apacheconftest]deps}
{[testenv:apacheconftest-external-with-pebble]deps}
commands = {[testenv:apacheconftest-external-with-pebble]commands}
[testenv:nginxroundtrip]