Fix: Pin odltools to version 0.1.33 02/99802/1
authorAnil Belur <abelur@linuxfoundation.org>
Sat, 19 Feb 2022 07:55:54 +0000 (17:55 +1000)
committerAnil Belur <abelur@linuxfoundation.org>
Sat, 19 Feb 2022 07:58:03 +0000 (17:58 +1000)
Add workaround to pin odltools to the latest.
Changes in the new dependency resolver in 21.3
is likely the casue of downloading multiple versions
of packages. 

Issue-ID: LF-JIRA IT-23648
Ref: https://github.com/pypa/pip/issues/9215
Change-Id: Ic40714d449d6c94ec9b8660afc6ad4135e778441
Signed-off-by: Anil Belur <abelur@linuxfoundation.org>
jjb/integration/integration-install-robotframework.sh

index c0ed0738f6b6b251d1c967728ccba67db872720a..8866afb17c68ebe6de21f9b2d5fa0805a7de52cf 100644 (file)
@@ -62,5 +62,9 @@ jsonpatch
 odltools
 EOF
 python -m pip install -r requirements.txt
+# Todo: Workaround needs pinned version of odltool to the latest because of the
+# update in the dependency resolver in pip 21.3.
+# Ref: https://github.com/pypa/pip/issues/9215
+pip install odltools==0.1.33
 odltools -V
 pip freeze