File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed
container-images/tcib/base/tobiko Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -15,8 +15,8 @@ tcib_actions:
1515 https://mirror.openshift.com/pub/openshift-v4/x86_64/clients/ocp/stable/openshift-client-linux.tar.gz
1616 | tar -zxvf - -C /usr/local/bin/
1717 - run : ' git clone https://opendev.org/x/tobiko /usr/local/src/tobiko'
18+ - run : python3 -m pip install --upgrade setuptools pip
1819- run : ' pip install -e /usr/local/src/tobiko -c /usr/local/src/tobiko/upper-constraints.txt -r /usr/local/src/tobiko/extra-requirements.txt'
19- - run : python3 -m pip install --upgrade pip
2020- run : python3 -m pip install 'tox==4.13'
2121- run : cp /usr/share/tcib/container-images/tcib/base/tobiko/run_tobiko.sh /usr/local/bin/run_tobiko.sh
2222- run : chmod +x /usr/local/bin/run_tobiko.sh
@@ -31,7 +31,6 @@ tcib_packages:
3131 - python3
3232 - python3-devel
3333 - python3-pip
34- - python3-setuptools
3534 - which
3635 - findutils
3736 - iproute
You can’t perform that action at this time.
0 commit comments