Skip to content

Commit 97f127c

Browse files
committed
Add pytest custom exit code
1 parent 8dab8af commit 97f127c

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Diff for: k8/images/modin/Dockerfile

+3-2
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,10 @@ RUN git clone \
1313
.
1414

1515
RUN --mount=type=cache,target=/root/.cache/pip \
16-
pip install -r requirements.txt
16+
pip install -r requirements.txt \
17+
pytest-custom_exit_code
1718

1819
RUN python -c "import modin"
1920

2021
ENV PYTHON_RECORD_API_FROM_MODULES=modin
21-
CMD [ "pytest", "modin/pandas/test", "--verbose"]
22+
CMD [ "pytest", "modin/pandas/test", "--verbose", "--suppress-tests-failed-exit-code"]

0 commit comments

Comments
 (0)