jorisvandenbossche commented on code in PR #12930: URL: https://github.com/apache/arrow/pull/12930#discussion_r853885139
########## ci/scripts/python_wheel_windows_test.bat: ########## @@ -35,7 +35,7 @@ set ARROW_TEST_DATA=C:\arrow\testing\data set PARQUET_TEST_DATA=C:\arrow\submodules\parquet-testing\data @REM Install testing dependencies -pip install -r C:\arrow\python\requirements-wheel-test.txt || exit /B 1 +pip install tzdata -r C:\arrow\python\requirements-wheel-test.txt || exit /B 1 Review Comment: Alternatively, we could also add it to `requirements-wheel-test.txt`? (with "environment markers", it should be possible to list a package only for windows, see https://peps.python.org/pep-0496/#examples) -- 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]
