Skip to content

Commit 0437a02

Browse files
committed
1 parent 19cd185 commit 0437a02

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ FROM tipsi/base_python:1.0.6
22

33
WORKDIR /code
44

5-
RUN pip3 install pytest==3.6.* pytest-asyncio
5+
RUN pip3 install git+https://github.com/nicoddemus/pytest.git@8c9efd86087c36dda54cbe5284c1f804688bd443 pytest-asyncio
66
RUN apt install -y tcpdump
77

88
ADD . /code

0 commit comments

Comments
 (0)