mirror of
https://github.com/jupyter/docker-stacks.git
synced 2025-10-12 20:42:57 +00:00
Add local_sparklyr test (#1916)
This commit is contained in:
@@ -14,8 +14,7 @@ THIS_DIR = Path(__file__).parent.resolve()
|
|||||||
|
|
||||||
@pytest.mark.parametrize(
|
@pytest.mark.parametrize(
|
||||||
"test_file",
|
"test_file",
|
||||||
# TODO: add local_sparklyr
|
["issue_1168", "local_pyspark", "local_sparklyr", "local_sparkR"],
|
||||||
["local_pyspark", "local_sparkR", "issue_1168"],
|
|
||||||
)
|
)
|
||||||
def test_nbconvert(container: TrackedContainer, test_file: str) -> None:
|
def test_nbconvert(container: TrackedContainer, test_file: str) -> None:
|
||||||
"""Check if Spark notebooks can be executed"""
|
"""Check if Spark notebooks can be executed"""
|
||||||
|
Reference in New Issue
Block a user