Skip to content
This repository was archived by the owner on May 3, 2023. It is now read-only.

tzdata is a required dependency when testing on Windows #185

Merged
merged 3 commits into from
Jun 13, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion azure/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ jobs:
NIGHTLY_BUILD_COMMIT: "main"
NIGHTLY_BUILD: "false"
PYTHON_ARCH: "x64"
TEST_DEPENDS: "pytest pytest-xdist hypothesis"
# https://github.com/pandas-dev/pandas/issues/47332
TEST_DEPENDS: "pytest pytest-xdist hypothesis tzdata"
TEST_DIR: '$(Agent.WorkFolder)/tmp_for_test'
strategy:
matrix:
Expand Down