We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c5113f commit cde409eCopy full SHA for cde409e
1 file changed
python/pyarrow/tests/test_compute.py
@@ -2819,7 +2819,9 @@ def test_round_temporal(unit):
2819
"2026-10-26 08:39:00.316686848"]
2820
2821
# Windows timezone database appears to disagree with IANA timezone database on
2822
- # some historical timestamps. We exclude those timestamps from testing on Windows
+ # 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"
2825
if sys.platform == "win32":
2826
timestamps = timestamps[:3] + timestamps[5:]
2827
0 commit comments