From e4350c2e2fcdf8dcf8c31ac18a0aa8cbc021f904 Mon Sep 17 00:00:00 2001 From: Alexander Sulfrian Date: Wed, 17 Aug 2016 19:27:58 +0200 Subject: testsuite: Do not run code checks on migrations The migration files are autogenerated and do not need code checks. --- testsuite/Testsrc/test_code_checks.py | 2 ++ 1 file changed, 2 insertions(+) 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 -- cgit v1.2.3-1-g7c22