Skip to content

Commit

Permalink
MGMT-13341: Use assisted service client wheel
Browse files Browse the repository at this point in the history
Currently, the sdist version fails to install because of an update of
setuptools: pypa/setuptools#3772.

The wheel is not affected by this change.

Depending on the output of the setuptools ticket, we may have to
follow-up to provide a valid version scheme for the sdist package.
  • Loading branch information
adriengentil committed Jan 17, 2023
1 parent 7fd898d commit f04d7d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.assisted-test-infra
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ COPY --from=quay.io/ocp-splat/govc:v0.29.0 /govc /usr/local/bin
WORKDIR /home/assisted-test-infra

COPY requirements.txt requirements-dev.txt ./
COPY --from=service /clients/assisted-service-client-*.tar.gz /build/pip/
COPY --from=service /clients/assisted_service_client-*.whl /build/pip/
RUN pip3 install --upgrade pip && \
pip3 install --no-cache-dir -I -r ./requirements.txt -r ./requirements-dev.txt && \
pip3 install --upgrade /build/pip/*
Expand Down

0 comments on commit f04d7d2

Please sign in to comment.