summaryrefslogtreecommitdiffstats
path: root/testsuite/Testsrc/test_code_checks.py
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/Testsrc/test_code_checks.py')
-rw-r--r--testsuite/Testsrc/test_code_checks.py5
1 files changed, 4 insertions, 1 deletions
diff --git a/testsuite/Testsrc/test_code_checks.py b/testsuite/Testsrc/test_code_checks.py
index 79eff7959..ba4b19d1c 100644
--- a/testsuite/Testsrc/test_code_checks.py
+++ b/testsuite/Testsrc/test_code_checks.py
@@ -49,7 +49,10 @@ contingent_checks = {
["CfgEncryptedCheetahGenerator.py"]},
("M2Crypto", "jinja2"): {"lib/Bcfg2/Server/Plugins/Cfg":
["CfgEncryptedJinja2Generator.py"]},
- }
+ ("mercurial",): {"lib/Bcfg2/Server/Plugins": ["Hg.py"]},
+ ("guppy",): {"lib/Bcfg2/Server/Plugins": ["Guppy.py"]},
+ ("boto",): {"lib/Bcfg2/Server/Plugins": ["AWSTags.py"]},
+}
# perform only error checking on the listed files
error_checks = {