Skip to content

Commit

Permalink
Disable EC2 metadata lookups just in case it makes filesystem tests f…
Browse files Browse the repository at this point in the history
…aster
  • Loading branch information
pitrou committed Dec 11, 2024
1 parent 178836b commit ef61135
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ci/appveyor-cpp-build.bat
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,7 @@ rmdir /s /q %USERPROFILE%\Downloads\tzdata
@rem (only needed for testing purposes)
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
Expand Down

0 comments on commit ef61135

Please sign in to comment.