potiuk commented on code in PR #35160:
URL: https://github.com/apache/airflow/pull/35160#discussion_r1373249661
##########
Dockerfile.ci:
##########
@@ -1020,273 +1019,31 @@ if [[ ${DOWNGRADE_SQLALCHEMY=} == "true" ]]; then
pip check
fi
+pip uninstall --root-user-action ignore "pytest-capture-warnings" -y
>/dev/null 2>&1 || true
+
set +u
if [[ "${RUN_TESTS}" != "true" ]]; then
exec /bin/bash "${@}"
fi
set -u
-if [[ ${HELM_TEST_PACKAGE=} != "" ]]; then
Review Comment:
That's I think the last complex-ish part of the CI that was still in bash.
It's moved to breeze' Python now (with tests).
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]