assignUser commented on PR #38238: URL: https://github.com/apache/arrow/pull/38238#issuecomment-1760911296
To get around the fact that python doesn't seems to detect to flags but rather one malformed flag when passed via envvar I manually edited the workflow to add [`PYTHONWARNINGS`](https://docs.python.org/3/using/cmdline.html#envvar-PYTHONWARNINGS) to the docker container with `error,ignore:...` and that seems to work but there are also other deprecation warnings I guess? https://github.com/ursacomputing/crossbow/actions/runs/6503439585/job/17663911614#step:6:3043 -- 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]
