jorisvandenbossche commented on code in PR #38238:
URL: https://github.com/apache/arrow/pull/38238#discussion_r1356842442
##########
dev/tasks/tasks.yml:
##########
@@ -1241,7 +1241,7 @@ tasks:
params:
env:
PYTHON: "{{ python_version }}"
- PYTEST_ARGS: "-W error"
+ PYTEST_ARGS: "-W error -W \"ignore:Setting custom
ClientSession:DeprecationWarning\""
Review Comment:
@raulcd do you have an idea which syntax I can use here to pass pytest args
that itself contain a string? (I first tried it with a single quote for the
inner quote, but that didn't work)
And with this syntax, the build seems to be broken completely (the triggered
action has an empty commit of an "unknown" author that actually didn't trigger
any build)
--
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]