Skip to content

Commit 0655fb9

Browse files
committed
Fix: Pin odltools to version 0.1.33
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: pypa/pip#9215 Change-Id: Ic40714d449d6c94ec9b8660afc6ad4135e778441 Signed-off-by: Anil Belur <[email protected]>
1 parent 7274121 commit 0655fb9

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

jjb/integration/integration-install-robotframework.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,5 +62,9 @@ jsonpatch
6262
odltools
6363
EOF
6464
python -m pip install -r requirements.txt
65+
# Todo: Workaround needs pinned version of odltool to the latest because of the
66+
# update in the dependency resolver in pip 21.3.
67+
# Ref: https://github.com/pypa/pip/issues/9215
68+
pip install odltools==0.1.33
6569
odltools -V
6670
pip freeze

0 commit comments

Comments
 (0)