--- a/AlluraTesting/alluratest/test_syntax.py
+++ b/AlluraTesting/alluratest/test_syntax.py
@@ -68,6 +68,7 @@
         'Allura/allura/lib/AsciiDammit.py',
         '/scripts/',
         'Allura/allura/lib/import_api.py',
+        'ForgeSVN/setup.py',
     ]
     if run(find_py + " | grep -v '" + "' | grep -v '".join(skips) + "' | xargs grep -v '^ *#' | grep 'print ' | grep -E -v '(pprint|#pragma: ?printok)' ") != 1:
         raise Exception("These should use logging instead of print")