Skip to content

Commit 7670703

Browse files
SiarheiFedartsouqubvel
authored andcommitted
Add mock library as dependency in Dockerfile.dev (#74)
1 parent 2b39afb commit 7670703

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/Dockerfile.dev

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ WORKDIR /tmp/smp/
44

55
COPY ./requirements.txt /tmp/smp/requirements.txt
66
RUN pip install -r requirements.txt
7-
RUN pip install pytest
7+
RUN pip install pytest mock
88

99
COPY . /tmp/smp/
1010
RUN pip install .

0 commit comments

Comments
 (0)