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 cd9cbc8 commit 70807d2Copy full SHA for 70807d2
Dockerfile
@@ -1,6 +1,6 @@
1
FROM python:3.9-slim-bullseye
2
3
-RUN pip install pytest pytest-cases pytest-rerunfailures pytest-snapshot
+RUN pip install pytest=="7.4.4" pytest-cases pytest-rerunfailures pytest-snapshot
4
RUN apt-get -y update
5
RUN apt install -y libsm6 \
6
libxext6 \
0 commit comments