Skip to content

Commit

Permalink
apacheGH-43232: [Release][Packaging][Python] Add tzdata as conda env …
Browse files Browse the repository at this point in the history
…requirement to avoid ORC failure (apache#43233)

### Rationale for this change

Binary verifications for wheels on conda are failing on ORC test due to missing tzdata

### What changes are included in this PR?

Adding tzdata as conda requirement when setting up the environment on the verification script

### Are these changes tested?

Those changes have been tested locally

### Are there any user-facing changes?
No
* GitHub Issue: apache#43232

Authored-by: Raúl Cumplido <raulcumplido@gmail.com>
Signed-off-by: Sutou Kouhei <kou@clear-code.com>
  • Loading branch information
raulcd committed Jul 12, 2024
1 parent 63cef36 commit bafb2d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev/release/verify-release-candidate.sh
Original file line number Diff line number Diff line change
Expand Up @@ -1153,7 +1153,7 @@ test_linux_wheels() {
local pyver=${python/m}
for platform in ${platform_tags}; do
show_header "Testing Python ${pyver} wheel for platform ${platform}"
CONDA_ENV=wheel-${pyver}-${platform} PYTHON_VERSION=${pyver} maybe_setup_conda
CONDA_ENV=wheel-${pyver}-${platform} PYTHON_VERSION=${pyver} maybe_setup_conda tzdata
if ! VENV_ENV=wheel-${pyver}-${platform} PYTHON_VERSION=${pyver} maybe_setup_virtualenv; then
continue
fi
Expand Down

0 comments on commit bafb2d8

Please sign in to comment.