diff options
author | Cédric Ollivier <cedric.ollivier@orange.com> | 2021-04-19 20:16:32 +0200 |
---|---|---|
committer | Cédric Ollivier <cedric.ollivier@orange.com> | 2021-04-19 20:16:32 +0200 |
commit | a2c0f6555514276c22c1d3cb2b4f1f83a2425426 (patch) | |
tree | a6b1b6353a74bc041d61fb1ff0801f85737be239 /docker/healthcheck/Dockerfile | |
parent | ca65524bf2331ff832a7a34cc3cf02f9b1c7070f (diff) |
Apply --use-deprecated in all pip calls
Change-Id: If51e2f5c32b53b6a1124a7d3d1ccad4e8446ec88
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
Diffstat (limited to 'docker/healthcheck/Dockerfile')
-rw-r--r-- | docker/healthcheck/Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docker/healthcheck/Dockerfile b/docker/healthcheck/Dockerfile index 6bd74f001..b95748401 100644 --- a/docker/healthcheck/Dockerfile +++ b/docker/healthcheck/Dockerfile @@ -11,7 +11,7 @@ RUN apk --no-cache add --virtual .build-deps --update \ git fetch --tags https://opendev.org/openstack/tempest-horizon.git $TEMPEST_HORIZON_TAG && \ git checkout FETCH_HEAD) && \ update-requirements -s --source /src/requirements /src/tempest-horizon/ && \ - pip3 install --no-cache-dir --src /src -c/src/requirements/upper-constraints.txt \ + pip3 install --use-deprecated=legacy-resolver --no-cache-dir --src /src -c/src/requirements/upper-constraints.txt \ -c/src/functest/upper-constraints.txt \ /src/tempest-horizon -rthirdparty-requirements.txt && \ git init /src/odl_test && \ |