Skip to content

Commit b711561

Browse files
authored
Pin some components in the test docker (#1163)
1 parent 4c10d24 commit b711561

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tests/Dockerfile-gc-tests

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,9 @@ RUN pip install --find-links https://girder.github.io/large_image_wheels \
1212
histomicsui[analysis] \
1313
large-image-source-openslide \
1414
pooch \
15-
pytest
15+
pytest \
16+
'dogpile.cache<1.4.0' \
17+
'girder<5'
1618

1719
COPY . /tests
1820

0 commit comments

Comments
 (0)