Skip to content

Commit 19a37fe

Browse files
authored
Merge pull request #1142 from jupyterhub/betatim-patch-1
[MRG] Pin version of docker client library to 4.2.0 on travis
2 parents 17ffb13 + bb8f58f commit 19a37fe

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.travis.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,11 @@ install:
1717
- npm install
1818
- npm run webpack
1919
- pip install --upgrade . -r helm-chart/images/binderhub/requirements.txt
20+
# NOTE: The latest docker python package (4.3.0) requires a more modern docker
21+
# version (newer than 18.06.0-ce / API version: 1.38) which is not yet
22+
# available on travis.
23+
# ref: https://github.com/jupyterhub/zero-to-jupyterhub-k8s/pull/1743
24+
- pip install -U "docker~=4.2.0"
2025
- pip freeze
2126

2227
script:

0 commit comments

Comments
 (0)