Fix style

This commit is contained in:
Ayaz Salikhov
2021-06-26 14:44:01 +03:00
parent 30a1d17085
commit bbb91c41a6
2 changed files with 3 additions and 3 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"""

View File

@@ -13,8 +13,8 @@ LOGGER = logging.getLogger(__name__)
[
"@bokeh/jupyter_bokeh",
"@jupyter-widgets/jupyterlab-manager",
"jupyter-matplotlib",
],
"jupyter-matplotlib"
]
)
def test_check_extension(container, extension):
"""Basic check of each extension