Skip to content

Commit be37085

Browse files
Pin pytest for scipy
1 parent 4333bb8 commit be37085

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

k8/images/scipy/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ RUN git clone \
1818
.
1919

2020
RUN --mount=type=cache,target=/root/.cache/pip \
21-
pip install pytest-custom_exit_code cython numpy pytest
21+
pip install pytest-custom_exit_code cython numpy pytest==6.0.1
2222

2323
RUN --mount=type=cache,target=/root/.cache/pip \
2424
python setup.py build_ext --inplace

k8/images/scipy/version

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0
1+
1

0 commit comments

Comments
 (0)