summaryrefslogtreecommitdiffstats
path: root/jjb
diff options
context:
space:
mode:
Diffstat (limited to 'jjb')
-rw-r--r--jjb/releng-macros.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/jjb/releng-macros.yaml b/jjb/releng-macros.yaml
index 0c4cb8fff..c14ea6c47 100644
--- a/jjb/releng-macros.yaml
+++ b/jjb/releng-macros.yaml
@@ -340,7 +340,7 @@
source $WORKSPACE/releng_flake8/bin/activate
# install python packages
- pip install flake8
+ pip install "flake8==2.6.2"
# generate and upload lint log
echo "Running flake8 code on $PROJECT ..."