Skip to content

Commit ba13f14

Browse files
authored
Use release branch for k8s python client (#1877)
1 parent b464db2 commit ba13f14

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

tests/docker/Dockerfile

-1
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,5 @@ RUN curl -LO https://storage.googleapis.com/kubernetes-release/release/$(curl -s
1515
&& install -o root -g root -m 0755 kubectl /usr/local/bin/kubectl
1616

1717
COPY tests /workspace/tests
18-
WORKDIR /workspace/tests/suite
1918

2019
ENTRYPOINT ["python3", "-m", "pytest"]

tests/requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PyYAML==5.4.1
22
requests==2.26.0
33
forcediphttpsadapter==1.0.1
4-
-e git://github.com/kubernetes-client/python.git@c0ea27acc7347c9ae605f0c03e902b14c5ab9e5a#egg=kubernetes
4+
git+git://github.com/kubernetes-client/python.git@release-19.0#egg=kubernetes
55
pytest==6.2.4
66
ipaddress==1.0.23 # >= 1.0.17
77
cffi==1.14.6

0 commit comments

Comments
 (0)