mirror of
https://github.com/jupyter/docker-stacks.git
synced 2025-10-15 14:02:58 +00:00
Fix style
This commit is contained in:
@@ -13,7 +13,7 @@ THIS_DIR = os.path.dirname(os.path.realpath(__file__))
|
|||||||
@pytest.mark.parametrize(
|
@pytest.mark.parametrize(
|
||||||
"test_file",
|
"test_file",
|
||||||
# TODO: add local_sparklyr
|
# 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):
|
def test_nbconvert(container, test_file):
|
||||||
"""Check if Spark notebooks can be executed"""
|
"""Check if Spark notebooks can be executed"""
|
||||||
|
@@ -13,8 +13,8 @@ LOGGER = logging.getLogger(__name__)
|
|||||||
[
|
[
|
||||||
"@bokeh/jupyter_bokeh",
|
"@bokeh/jupyter_bokeh",
|
||||||
"@jupyter-widgets/jupyterlab-manager",
|
"@jupyter-widgets/jupyterlab-manager",
|
||||||
"jupyter-matplotlib",
|
"jupyter-matplotlib"
|
||||||
],
|
]
|
||||||
)
|
)
|
||||||
def test_check_extension(container, extension):
|
def test_check_extension(container, extension):
|
||||||
"""Basic check of each extension
|
"""Basic check of each extension
|
||||||
|
Reference in New Issue
Block a user