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

Revert "tzdata is a required dependency when testing on Windows" #186

Merged
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: 1 addition & 2 deletions azure/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,7 @@ jobs:
NIGHTLY_BUILD_COMMIT: "main"
NIGHTLY_BUILD: "false"
PYTHON_ARCH: "x64"
# https://github.com/pandas-dev/pandas/issues/47332
TEST_DEPENDS: "pytest pytest-xdist hypothesis tzdata"
TEST_DEPENDS: "pytest pytest-xdist hypothesis"
TEST_DIR: '$(Agent.WorkFolder)/tmp_for_test'
strategy:
matrix:
Expand Down