From f59d96dd483c0101eb29474bdf5384dd7aedd928 Mon Sep 17 00:00:00 2001 From: "Chris St. Pierre" Date: Thu, 8 Aug 2013 15:05:59 -0400 Subject: testsuite: perform pylint tests against MultiprocessingCore when appropriate --- testsuite/Testsrc/test_code_checks.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'testsuite/Testsrc/test_code_checks.py') diff --git a/testsuite/Testsrc/test_code_checks.py b/testsuite/Testsrc/test_code_checks.py index 22db0b331..e1214a942 100644 --- a/testsuite/Testsrc/test_code_checks.py +++ b/testsuite/Testsrc/test_code_checks.py @@ -79,7 +79,7 @@ no_checks = { "TCheetah.py", "TGenshi.py"], } -if sys.version_info > (2, 5): +if sys.version_info < (2, 6): # multiprocessing core requires py2.6 no_checks['lib/Bcfg2/Server'].append('MultiprocessingCore.py') -- cgit v1.2.3-1-g7c22