aboutsummaryrefslogtreecommitdiffstats
path: root/csit/include-raw-integration-install-robotframework.sh
diff options
context:
space:
mode:
authorJim Hahn <jrh3@att.com>2021-06-04 13:22:49 -0400
committerJim Hahn <jrh3@att.com>2021-06-04 13:24:59 -0400
commitfe3e91c55264ba67b5130b9841e30b634ac157a6 (patch)
treee2b5f845fd8aa191a6fadee3a0affaf568ae2580 /csit/include-raw-integration-install-robotframework.sh
parent8f44cb7dc7737433324083c0c307bf954d535200 (diff)
Don't use pip3 wrapper script
The pip3 script generates a warning saying to use "python3 -m pip" instead. Modified the code as such. Issue-ID: POLICY-3155 Change-Id: I852583bea88b6d4b969a1aba20e7b9193fa24732 Signed-off-by: Jim Hahn <jrh3@att.com>
Diffstat (limited to 'csit/include-raw-integration-install-robotframework.sh')
-rw-r--r--csit/include-raw-integration-install-robotframework.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/csit/include-raw-integration-install-robotframework.sh b/csit/include-raw-integration-install-robotframework.sh
index 8375e736..ca589b45 100644
--- a/csit/include-raw-integration-install-robotframework.sh
+++ b/csit/include-raw-integration-install-robotframework.sh
@@ -3,6 +3,7 @@
##############################################################################
# Copyright (c) 2015 The Linux Foundation and others.
# Modification Copyright 2021. Nordix Foundation.
+# Modification Copyright 2021 AT&T Intellectual Property. All rights reserved.
#
# All rights reserved. This program and the accompanying materials
# are made available under the terms of the Eclipse Public License v1.0
@@ -31,4 +32,4 @@ python3 -m pip install --upgrade pip
echo "Installing Python Requirements"
python3 -m pip install -r pylibs.txt
odltools -V
-pip3 freeze
+python3 -m pip freeze