Skip to content

Commit cde409e

Browse files
rokraulcd
andauthored
Update python/pyarrow/tests/test_compute.py
Co-authored-by: Raúl Cumplido <raulcumplido@gmail.com>
1 parent 4c5113f commit cde409e

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

python/pyarrow/tests/test_compute.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2819,7 +2819,9 @@ def test_round_temporal(unit):
28192819
"2026-10-26 08:39:00.316686848"]
28202820

28212821
# Windows timezone database appears to disagree with IANA timezone database on
2822-
# some historical timestamps. We exclude those timestamps from testing on Windows
2822+
# some historical timestamps. We exclude those timestamps from testing on Windows.
2823+
# Specifically removing:
2824+
# "1941-05-27 11:46:43.822831872" and "1943-12-14 07:32:05.424766464"
28232825
if sys.platform == "win32":
28242826
timestamps = timestamps[:3] + timestamps[5:]
28252827

0 commit comments

Comments
 (0)