Skip to content

Commit

Permalink
Fix tests for ipywidgets 8 (#246)
Browse files Browse the repository at this point in the history
* Fix tests for ipywidgets 8

* Release version limits for ipywidgets and ipython

* Add nbconvert to the list of test dependencies
  • Loading branch information
frenzymadness authored Aug 23, 2022
1 parent 8ece2b7 commit 979fb90
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion nbclient/tests/files/JupyterWidgets.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"source": [
"import ipywidgets\n",
"label = ipywidgets.Label('Hello World')\n",
"label"
"display(label)"
]
},
{
Expand Down
5 changes: 3 additions & 2 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,10 @@ black
check-manifest
flake8
ipykernel
ipython<8.0.0
ipywidgets<8.0.0
ipython
ipywidgets
mypy
nbconvert
pip>=18.1
pre-commit
pytest>=4.1
Expand Down

0 comments on commit 979fb90

Please sign in to comment.