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


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

Review Comment:
   Small hack for now - I vendored-in pytest-capture-warning and simplified it 
/ got rid of warning summary cluttering the output - this small uninstall makes 
sure it won't be there in breeze even if it has been cached. 
   
   We will remove it several days after rebase where the cache is rebuil for CI 
and most people.



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