potiuk commented on code in PR #35160: URL: https://github.com/apache/airflow/pull/35160#discussion_r1373258762
########## scripts/ci/docker-compose/backend-none.yml: ########## @@ -15,19 +14,11 @@ # KIND, either express or implied. See the License for the # specific language governing permissions and limitations # under the License. - Review Comment: This one caused that partial lines of output were not visible when tests were running until EOL, got rid of it by vendoring in "capture warnings" plugin and modifying it so that we do not have to filter the warnings and see "real" test output at the end of test session. -- 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]
