Skip to content

Commit d659186

Browse files
authored
Revert "tzdata is a required dependency when testing on Windows (MacPython#185)"
This reverts commit 81b4793.
1 parent 81b4793 commit d659186

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

azure/windows.yml

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

0 commit comments

Comments
 (0)