From fd6a4f60ba8b78c1696bef2df6e789e82af6b4e2 Mon Sep 17 00:00:00 2001 From: "H. Vetinari" Date: Tue, 19 Mar 2024 13:15:15 +1100 Subject: [PATCH] set TZDIR for pyarrow tests on windows --- recipe/meta.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/recipe/meta.yaml b/recipe/meta.yaml index eebb909d2..a7b69a48e 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -830,6 +830,8 @@ outputs: {% set tests_to_skip = tests_to_skip + " or test_safe_cast_from_float_with_nans_to_int" %} # [ppc64le] {% set tests_to_skip = tests_to_skip + " or test_float_with_null_as_integer" %} # [ppc64le] # ^^^^^^^ TESTS THAT SHOULDN'T HAVE TO BE SKIPPED ^^^^^^^ + # debug https://github.com/apache/arrow/issues/36026 + - set "TZDIR=%CONDA_PREFIX%\share\zoneinfo" # [win] - pytest pyarrow/ -v -rfEs -k "not ({{ tests_to_skip }})" {% endif %}