Merge branch 'jupyter:master' into master

This commit is contained in:
Darek
2022-07-04 06:32:56 -04:00
committed by GitHub
10 changed files with 10 additions and 106 deletions

View File

@@ -15,7 +15,7 @@ THIS_DIR = Path(__file__).parent.resolve()
@pytest.mark.parametrize(
"test_file",
# TODO: add local_sparklyr
["local_pyspark", "local_spylon", "local_sparkR", "issue_1168"],
["local_pyspark", "local_sparkR", "issue_1168"],
)
def test_nbconvert(container: TrackedContainer, test_file: str) -> None:
"""Check if Spark notebooks can be executed"""