mirror of
https://github.com/certbot/certbot.git
synced 2026-07-29 17:37:05 +02:00
fix apacheconftest-with-pebble deps
This commit is contained in:
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user