From 9e3ab9075a5e8de49de9b46b810d5d3a016980c2 Mon Sep 17 00:00:00 2001 From: Ayaz Salikhov Date: Tue, 6 Jun 2023 18:59:35 +0400 Subject: [PATCH] Add local_sparklyr test (#1916) --- tests/all-spark-notebook/test_spark_notebooks.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tests/all-spark-notebook/test_spark_notebooks.py b/tests/all-spark-notebook/test_spark_notebooks.py index c1abb218..37aa2edb 100644 --- a/tests/all-spark-notebook/test_spark_notebooks.py +++ b/tests/all-spark-notebook/test_spark_notebooks.py @@ -14,8 +14,7 @@ THIS_DIR = Path(__file__).parent.resolve() @pytest.mark.parametrize( "test_file", - # TODO: add local_sparklyr - ["local_pyspark", "local_sparkR", "issue_1168"], + ["issue_1168", "local_pyspark", "local_sparklyr", "local_sparkR"], ) def test_nbconvert(container: TrackedContainer, test_file: str) -> None: """Check if Spark notebooks can be executed"""