Skip to content

Commit c993cdb

Browse files
authored
prevent pip to look for dependency during install (#4342)
1 parent 8f60ab4 commit c993cdb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ RUN apt-get update \
1111
WORKDIR /workspace/tests
1212

1313
COPY --link tests/requirements.txt /workspace/tests/
14-
RUN pip install --require-hashes -r requirements.txt
14+
RUN pip install --require-hashes -r requirements.txt --no-deps
1515

1616
COPY --link deployments /workspace/deployments
1717

0 commit comments

Comments
 (0)