mirror of
https://github.com/jupyter/docker-stacks.git
synced 2025-10-10 11:32:57 +00:00
Upgrading Spark to 3.0, removing Toree
This commit is contained in:
@@ -12,7 +12,7 @@ LOGGER = logging.getLogger(__name__)
|
||||
@pytest.mark.parametrize(
|
||||
"test_file",
|
||||
# TODO: add local_sparklyr
|
||||
["local_pyspark", "local_spylon", "local_toree", "local_sparkR"],
|
||||
["local_pyspark", "local_spylon", "local_sparkR"],
|
||||
)
|
||||
def test_nbconvert(container, test_file):
|
||||
"""Check if Spark notebooks can be executed"""
|
||||
|
Reference in New Issue
Block a user