Skip to content

Commit

Permalink
Pin jupyter_server for the tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jtpio committed Dec 15, 2020
1 parent fd719a4 commit 89a316f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,7 @@ def run(self):
extras_require={
"test": [
'ipykernel',
'jupyter_server~=1.0.1',
'pytest',
'pytest-tornasync',
'lxml'
Expand Down
1 change: 1 addition & 0 deletions tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

BASE_DIR = os.path.dirname(__file__)


class VoilaTest(voila.app.Voila):
def listen(self):
pass # the ioloop is taken care of by the pytest-tornado framework
Expand Down

0 comments on commit 89a316f

Please sign in to comment.