浏览代码

[oozie] Whitelist old test file from lint

Romain Rigaux 4 年之前
父节点
当前提交
26278446b2
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      tools/ci/check_for_python_lint.sh

+ 1 - 0
tools/ci/check_for_python_lint.sh

@@ -24,6 +24,7 @@ files=`git diff --name-only origin/master --diff-filter=b | egrep .py$ | \
   grep -v /ext-py/ | \
   grep -v wsgiserver.py | \
   grep -v /migrations/ | \
+  grep -v apps/oozie/src/oozie/tests.py | \
   grep -v /org_migrations/`
 
 cd $HOME