Skip to content

Commit

Permalink
Updates installation tests snapshots, changes sparklyr dep to use dev…
Browse files Browse the repository at this point in the history
… version
  • Loading branch information
edgararuiz committed Feb 2, 2024
1 parent b725615 commit 55c19f1
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 6 deletions.
4 changes: 3 additions & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Imports:
reticulate (>= 1.33),
methods,
rlang,
sparklyr (>= 1.8.4),
sparklyr (>= 1.8.4.9004),
tidyselect,
fs,
magrittr,
Expand All @@ -41,3 +41,5 @@ Suggests:
tibble,
withr
Config/testthat/edition: 3
Remotes:
sparklyr/sparklyr
11 changes: 6 additions & 5 deletions tests/testthat/_snaps/python-install.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
x
Output
$packages
[1] "pyspark==3.5.0" "pandas!=2.1.0"
[3] "PyArrow" "grpcio"
[5] "google-api-python-client" "grpcio_status"
[7] "torch" "torcheval"
[9] "scikit-learn"
[1] "pyspark==3.5.0" "pandas!=2.1.0"
[3] "PyArrow" "grpcio"
[5] "google-api-python-client" "grpcio_status"
[7] "rpy2" "torch"
[9] "torcheval" "scikit-learn"
$envname
unavailable
Expand Down Expand Up @@ -37,6 +37,7 @@
[1] "pyspark==3.5.*" "pandas!=2.1.0"
[3] "PyArrow" "grpcio"
[5] "google-api-python-client" "grpcio_status"
[7] "rpy2"
$envname
unavailable
Expand Down

0 comments on commit 55c19f1

Please sign in to comment.