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

Commit 81b4793

Browse files
tzdata is a required dependency when testing on Windows (#185)
1 parent efc4529 commit 81b4793

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

azure/windows.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@ jobs:
1414
NIGHTLY_BUILD_COMMIT: "main"
1515
NIGHTLY_BUILD: "false"
1616
PYTHON_ARCH: "x64"
17-
TEST_DEPENDS: "pytest pytest-xdist hypothesis"
17+
# https://github.com/pandas-dev/pandas/issues/47332
18+
TEST_DEPENDS: "pytest pytest-xdist hypothesis tzdata"
1819
TEST_DIR: '$(Agent.WorkFolder)/tmp_for_test'
1920
strategy:
2021
matrix:

0 commit comments

Comments
 (0)