File tree 1 file changed +1
-2
lines changed
container-images/tcib/base/tobiko
1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -15,8 +15,8 @@ tcib_actions:
15
15
https://mirror.openshift.com/pub/openshift-v4/x86_64/clients/ocp/stable/openshift-client-linux.tar.gz
16
16
| tar -zxvf - -C /usr/local/bin/
17
17
- run : ' git clone https://opendev.org/x/tobiko /usr/local/src/tobiko'
18
+ - run : python3 -m pip install --upgrade setuptools pip
18
19
- 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
20
20
- run : python3 -m pip install 'tox==4.13'
21
21
- run : cp /usr/share/tcib/container-images/tcib/base/tobiko/run_tobiko.sh /usr/local/bin/run_tobiko.sh
22
22
- run : chmod +x /usr/local/bin/run_tobiko.sh
@@ -31,7 +31,6 @@ tcib_packages:
31
31
- python3
32
32
- python3-devel
33
33
- python3-pip
34
- - python3-setuptools
35
34
- which
36
35
- findutils
37
36
- iproute
You can’t perform that action at this time.
0 commit comments