Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 55c5ad1

Browse files
committed
Add nbclient and ipykernel to test extra
1 parent f1b962a commit 55c5ad1

2 files changed

Lines changed: 3 additions & 0 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,8 @@ test_extra = [
7979
"curio",
8080
"matplotlib!=3.2.0",
8181
"nbformat",
82+
"nbclient",
83+
"ipykernel",
8284
"numpy>=1.23",
8385
"pandas",
8486
"trio",

tests/test_magic.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -915,6 +915,7 @@ def test_notebook_export_json():
915915
def test_notebook_export_json_with_output():
916916
"""Tests if notebook export correctly captures outputs, errors, display outputs, and stream outputs."""
917917
pytest.importorskip("nbformat")
918+
pytest.importorskip("nbclient")
918919
import nbformat
919920
from nbclient import NotebookClient
920921

0 commit comments

Comments
 (0)