assignUser commented on code in PR #15117:
URL: https://github.com/apache/arrow/pull/15117#discussion_r1059133120
##########
r/tests/testthat/test-python.R:
##########
@@ -24,6 +24,8 @@ test_that("install_pyarrow", {
skip_if_not_installed("reticulate")
# PyArrow doesn't support Python 3.6 or earlier
skip_on_python_older_than("3.7")
+ # no pyarrow wheels for macos 10.13
+ skip_if(Sys.info()["sysname"] == "Darwin" && Sys.info()["release"] < 14)
Review Comment:
oh wow that versioning scheme is confusing :D
--
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]