Skip to content

Commit f31c3c8

Browse files
Merge pull request #257 from eduolivares/OSPCIX-716
[tobiko] Upgrade pip before installing tobiko requirements
2 parents d0587ce + 4b81874 commit f31c3c8

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

container-images/tcib/base/tobiko/tobiko.yaml

+1-2
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)