EnricoMi commented on code in PR #45887:
URL: https://github.com/apache/arrow/pull/45887#discussion_r2009104110
##########
.github/workflows/python.yml:
##########
@@ -123,6 +123,7 @@ jobs:
env:
ARCHERY_DOCKER_USER: ${{ secrets.DOCKERHUB_USER }}
ARCHERY_DOCKER_PASSWORD: ${{ secrets.DOCKERHUB_TOKEN }}
+ PYTEST_ARGS: --junit-xml /arrow/python/pytest.xml
Review Comment:
The value defined in `docke-compose.yml` has precedence, only with
`PYTEST_ARGS: # inherit` (not because of the ` # inherit` but because of the
missing value), the value set here becomes effective in the docker container.
--
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]