We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b39afb commit 7670703Copy full SHA for 7670703
docker/Dockerfile.dev
@@ -4,7 +4,7 @@ WORKDIR /tmp/smp/
4
5
COPY ./requirements.txt /tmp/smp/requirements.txt
6
RUN pip install -r requirements.txt
7
-RUN pip install pytest
+RUN pip install pytest mock
8
9
COPY . /tmp/smp/
10
RUN pip install .
0 commit comments