mirror of
https://github.com/certbot/certbot.git
synced 2026-05-28 04:34:11 -04:00
fix isolated-certbot tests
my interpretation of this testenv is to make sure certbot works even without any plugins (and the extra dependencies those imply)
This commit is contained in:
parent
72d6b0d9b4
commit
169dd120fa
1 changed files with 2 additions and 1 deletions
3
tox.ini
3
tox.ini
|
|
@ -122,7 +122,8 @@ description = Tests Certbot without any additional plugins installed
|
|||
deps =
|
||||
{[testenv:isolated-acme]deps}
|
||||
-e certbot[test]
|
||||
commands = {[base]pytest} certbot
|
||||
# we ignore apache/nginx since those tests depend on their respective extra dependencies (which are pulled in by their plugin)
|
||||
commands = {[base]pytest} certbot --ignore certbot/src/certbot/_internal/apache --ignore certbot/src/certbot/_internal/nginx
|
||||
|
||||
[testenv:isolated-{apache,cloudflare,digitalocean,dnsimple,dnsmadeeasy,gehirn,google,linode,luadns,nsone,ovh,rfc2136,route53,sakuracloud,nginx}]
|
||||
description = Tests the plugin without installing any other plugins
|
||||
|
|
|
|||
Loading…
Reference in a new issue