From 23118194f9c8b7ccf11493c204244cf6d0c205ac Mon Sep 17 00:00:00 2001 From: Tomas Janciga Date: Tue, 21 Mar 2017 05:24:24 -0700 Subject: [PATCH] Add jmespath module used by TeplatedRequests lib Change-Id: Ic9f11fa4e9eb83590ce4a03b11c33d576b0b009a Signed-off-by: Tomas Janciga --- .../include-raw-integration-install-robotframework.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/jjb/integration/include-raw-integration-install-robotframework.sh b/jjb/integration/include-raw-integration-install-robotframework.sh index 73e7bf3d1..eb81e29fa 100644 --- a/jjb/integration/include-raw-integration-install-robotframework.sh +++ b/jjb/integration/include-raw-integration-install-robotframework.sh @@ -45,6 +45,9 @@ pip install isodate # of client libraries only. pip install --upgrade tornado jsonpointer +# Module for TemplatedRequests.robot library +pip install --upgrade jmespath + # Print installed versions. pip freeze -- 2.36.6