Skip to content

Commit

Permalink
set TZDIR for pyarrow tests on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
h-vetinari committed Mar 19, 2024
1 parent 121f5bf commit f91d062
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 %}

Expand Down

0 comments on commit f91d062

Please sign in to comment.