Skip to content

Commit 70807d2

Browse files
authored
Update Dockerfile to install pytest 7.4.4 (#1393)
1 parent cd9cbc8 commit 70807d2

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
@@ -1,6 +1,6 @@
11
FROM python:3.9-slim-bullseye
22

3-
RUN pip install pytest pytest-cases pytest-rerunfailures pytest-snapshot
3+
RUN pip install pytest=="7.4.4" pytest-cases pytest-rerunfailures pytest-snapshot
44
RUN apt-get -y update
55
RUN apt install -y libsm6 \
66
libxext6 \

0 commit comments

Comments
 (0)