diff --git a/Dockerfile b/Dockerfile index 1b4b38f80..d9c33f9a5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ FROM python:3.9-slim-bullseye -RUN pip install pytest pytest-cases pytest-rerunfailures pytest-snapshot +RUN pip install pytest=="7.4.4" pytest-cases pytest-rerunfailures pytest-snapshot RUN apt-get -y update RUN apt install -y libsm6 \ libxext6 \