Upgrading Spark to 3.0, removing Toree

This commit is contained in:
Darek
2020-06-19 00:52:51 +00:00
parent da246268af
commit 568708d279
5 changed files with 9 additions and 107 deletions

View File

@@ -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"""