File tree Expand file tree Collapse file tree 2 files changed +2
-13
lines changed Expand file tree Collapse file tree 2 files changed +2
-13
lines changed Original file line number Diff line number Diff line change 3030 run : |
3131 . ./ci/common
3232 setup_helm v3.5.4
33- # FIXME: six is required by docker 5.0.0 but isn't explicitly required
34- # any more.
35- #
36- # Upstream issue: https://github.com/docker/docker-py/issues/2807
37- # Breaking commit: https://github.com/docker/docker-py/commit/c8fba210a222d4f7fde90da8f48db1e7faa637ec
38- #
39- pip install --no-cache-dir chartpress==1.0.* six pyyaml
33+ pip install --no-cache-dir chartpress>=1.2 pyyaml
4034
4135 - name : Setup push rights to jupyterhub/helm-chart
4236 # This was setup by...
Original file line number Diff line number Diff line change 11beautifulsoup4
2- chartpress==1.0.*
2+ chartpress>=1.2
33click
44codecov
55html5lib
@@ -14,8 +14,3 @@ pytest-cov
1414pyyaml
1515requests
1616ruamel.yaml>=0.15
17- # FIXME: six is required by docker 5.0.0 but isn't explicitly required any more.
18- # Upstream issue: https://github.com/docker/docker-py/issues/2807
19- # Breaking commit: https://github.com/docker/docker-py/commit/c8fba210a222d4f7fde90da8f48db1e7faa637ec
20- #
21- six
You can’t perform that action at this time.
0 commit comments