pitrou commented on code in PR #45854:
URL: https://github.com/apache/arrow/pull/45854#discussion_r2023208490


##########
ci/appveyor-cpp-build.bat:
##########
@@ -158,6 +192,6 @@ set PYARROW_TZDATA_PATH=%USERPROFILE%\Downloads\test\tzdata
 set AWS_EC2_METADATA_DISABLED=true
 set PYTHONDEVMODE=1
 
-python -m pytest -r sxX --durations=15 pyarrow/tests || exit /B
-
 popd
+
+python -m pytest -r sxX --durations=15 --pyargs pyarrow || exit /B

Review Comment:
   Yes, it's ok to do this.



-- 
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]

Reply via email to