rok commented on code in PR #48601:
URL: https://github.com/apache/arrow/pull/48601#discussion_r2710487618
##########
python/pyarrow/tests/test_misc.py:
##########
@@ -138,11 +138,13 @@ def import_arrow():
subprocess.check_call([sys.executable, "-c", code])
[email protected](sys.platform == "win32",
- reason="Path to timezone database is not configurable "
- "on non-Windows platforms")
-def test_set_timezone_db_path_non_windows():
- # set_timezone_db_path raises an error on non-Windows platforms
+# TODO(GH-48593): Remove when libc++ supports std::chrono timezone
+# https://github.com/apache/arrow/issues/48593
[email protected](
+ sys.platform == "win32",
+ reason="Timezone database path behavior varies by Windows build
configuration")
Review Comment:
Removed.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]