Skip to content

Commit

Permalink
Upgrade pytest-rerunfailures in py images
Browse files Browse the repository at this point in the history
  • Loading branch information
amercader committed Nov 19, 2024
1 parent cfe436d commit 0004f8e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion ckan-2.9/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ RUN apk add --no-cache libffi-dev
RUN pip3 install -r https://raw.githubusercontent.com/ckan/ckan/${CKAN_REF}/dev-requirements.txt

# TODO: remove if requirements upgraded upstream
RUN pip3 install -U pytest-rerunfailures
RUN pip3 install -U pytest-rerunfailures

# Create folder for local extensions sources
RUN mkdir -p ${SRC_EXTENSIONS_DIR}
Expand Down
3 changes: 3 additions & 0 deletions ckan-2.9/Dockerfile.py3.9
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,9 @@ USER root
RUN cd ${SRC_DIR}/ckan && \
pip3 install -r https://raw.githubusercontent.com/ckan/ckan/${CKAN_REF}/dev-requirements.txt

# TODO: remove if requirements upgraded upstream
RUN pip3 install -U pytest-rerunfailures

COPY --chown=ckan-sys:ckan-sys setup/unsafe.cert setup/unsafe.key setup/start_ckan_development.sh setup/install_src.sh ${APP_DIR}

# Update local directories
Expand Down

0 comments on commit 0004f8e

Please sign in to comment.