From d659186ad7a1a9f091318217e5f5929077ac9162 Mon Sep 17 00:00:00 2001 From: Thomas Li <47963215+lithomas1@users.noreply.github.com> Date: Wed, 22 Jun 2022 11:01:02 -0700 Subject: [PATCH] Revert "tzdata is a required dependency when testing on Windows (#185)" This reverts commit 81b4793520f5a16b99bef79db7d16e40b3565716. --- azure/windows.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/azure/windows.yml b/azure/windows.yml index 2120059..0697bdc 100644 --- a/azure/windows.yml +++ b/azure/windows.yml @@ -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: