Apply suggestions from code review

This commit is contained in:
Ayaz Salikhov
2021-06-27 12:30:07 +03:00
committed by GitHub
parent a3a0a5b54b
commit 532d3734dc
5 changed files with 9 additions and 9 deletions

View File

@@ -13,7 +13,7 @@ THIS_DIR = os.path.dirname(os.path.realpath(__file__))
@pytest.mark.parametrize(
"test_file",
# TODO: add local_sparklyr
["local_pyspark", "local_spylon", "local_sparkR", "issue_1168"]
["local_pyspark", "local_spylon", "local_sparkR", "issue_1168"],
)
def test_nbconvert(container, test_file):
"""Check if Spark notebooks can be executed"""