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 19cd185 commit 0437a02Copy full SHA for 0437a02
Dockerfile
@@ -2,7 +2,7 @@ FROM tipsi/base_python:1.0.6
2
3
WORKDIR /code
4
5
-RUN pip3 install pytest==3.6.* pytest-asyncio
+RUN pip3 install git+https://github.com/nicoddemus/pytest.git@8c9efd86087c36dda54cbe5284c1f804688bd443 pytest-asyncio
6
RUN apt install -y tcpdump
7
8
ADD . /code
0 commit comments