WillAyd opened a new pull request, #46059: URL: https://github.com/apache/arrow/pull/46059
### Rationale for this change Throughout most of CI, the Python pytest invocations are run outside of the source directory. AppVeyor CI is an exception, where tests are invoked directly within the Python source tree. This works all the same given setuptools performs an in-place build of PyArrow. However, as we look at other build backends, this will need to change. Doing this work up front has no downside, but reduces the diff and troubleshooting that subsequent build backend implementations would need to perform ### What changes are included in this PR? The AppVeyor CI batch script is modified to invoke pytest outside of the source tree ### Are these changes tested? Yes ### Are there any user-facing changes? No -- 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]
