aboutsummaryrefslogtreecommitdiffstats
path: root/ci
diff options
context:
space:
mode:
authorMartin Klozik <martinx.klozik@intel.com>2018-03-16 05:25:02 +0000
committerGerrit Code Review <gerrit@opnfv.org>2018-03-16 05:25:02 +0000
commit50658b85db1d848ab1ebfa7daaac8ce479c793b4 (patch)
treea72e1a7ddd03729be8e50018a93ded6eb1ae3a13 /ci
parent321da7d6f423439dd0772b3c96150e92f484541e (diff)
parent8e11925a2b438a7dd4af2e74fad2bc0bc18f5feb (diff)
Merge "pylint: Add pylint into requirements.txt"
Diffstat (limited to 'ci')
-rwxr-xr-xci/build-vsperf.sh9
1 files changed, 0 insertions, 9 deletions
diff --git a/ci/build-vsperf.sh b/ci/build-vsperf.sh
index a8da6a80..cfe964ef 100755
--- a/ci/build-vsperf.sh
+++ b/ci/build-vsperf.sh
@@ -433,15 +433,6 @@ function dependencies_check() {
sudo apt-get install -y $PACKAGE
fi
done
- # install additional python packages into python environment
- for PACKAGE in "pylint" ; do
- if pip show $PACKAGE &> /dev/null ; then
- printf " %-70s %-6s\n" $PACKAGE "OK"
- else
- printf " %-70s %-6s\n" $PACKAGE "missing"
- pip install $PACKAGE
- fi
- done
echo
fi
}