File tree Expand file tree Collapse file tree 2 files changed +6
-13
lines changed Expand file tree Collapse file tree 2 files changed +6
-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
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
@@ -8,10 +8,9 @@ jupyterhub
88pytest
99pytest-asyncio
1010pytest-cov
11+ # pyyaml is used by the scripts in tools/ and could absolutely be replaced by
12+ # using ruamel.yaml. ruamel.yaml is more powerful than pyyaml, and that is
13+ # relevant when writing YAML files back after having loaded them from disk.
14+ pyyaml
1115requests
1216ruamel.yaml>=0.15
13- # FIXME: six is required by docker 5.0.0 but isn't explicitly required any more.
14- # Upstream issue: https://github.com/docker/docker-py/issues/2807
15- # Breaking commit: https://github.com/docker/docker-py/commit/c8fba210a222d4f7fde90da8f48db1e7faa637ec
16- #
17- six
You can’t perform that action at this time.
0 commit comments