We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 91e1a98 commit 1aa8f35Copy full SHA for 1aa8f35
1 file changed
r/tests/testthat/test-python.R
@@ -24,6 +24,8 @@ test_that("install_pyarrow", {
24
skip_if_not_installed("reticulate")
25
# PyArrow doesn't support Python 3.6 or earlier
26
skip_on_python_older_than("3.7")
27
+ # no pyarrow wheels for macos 10.13
28
+ skip_if(Sys.info()["sysname"] == "Darwin" && Sys.info()["release"] < 18)
29
30
venv <- try(reticulate::virtualenv_create("arrow-test"))
31
# Bail out if virtualenv isn't available
0 commit comments