summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--testsuite/Testsrc/test_code_checks.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/testsuite/Testsrc/test_code_checks.py b/testsuite/Testsrc/test_code_checks.py
index 6d3c4c714..c26d8c139 100644
--- a/testsuite/Testsrc/test_code_checks.py
+++ b/testsuite/Testsrc/test_code_checks.py
@@ -76,6 +76,8 @@ no_checks = {
"lib/Bcfg2": ["manage.py"],
"lib/Bcfg2/Server/Reports": ["manage.py"],
"lib/Bcfg2/Server/Plugins": ["Base.py"],
+ "lib/Bcfg2/Server/migrations": ["*.py"],
+ "lib/Bcfg2/Server/south_migrations": ["*.py"],
}
if sys.version_info < (2, 6):
# multiprocessing core requires py2.6