potiuk commented on code in PR #36281:
URL: https://github.com/apache/airflow/pull/36281#discussion_r1449482646


##########
scripts/docker/entrypoint_ci.sh:
##########
@@ -239,6 +239,19 @@ function check_download_sqlalchemy() {
     pip check
 }
 
+# Download minimum supported version of pendulum to run tests with it
+function check_download_pendulum() {
+    if [[ ${DOWNGRADE_PENDULUM=} != "true" ]]; then
+        return
+    fi
+    min_pendulum_version=$(grep "\"pendulum>=" pyproject.toml | sed 
"s/.*>=\([0-9\.]*\).*/\1/" | xargs)

Review Comment:
   ❤️ it 



-- 
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]

Reply via email to