assignUser commented on code in PR #38238: URL: https://github.com/apache/arrow/pull/38238#discussion_r1357644373
########## 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: The syntax you used works when used directly in a gha https://github.com/assignUser/test-repo-a/actions/runs/6502900081/job/17662621207 It's the jinja processing that breaks it as it strips the \\. ```suggestion PYTEST_ARGS: '-W error -W \"ignore:Setting custom ClientSession:DeprecationWarning\"' ``` -- 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: github-unsubscr...@arrow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org