Skip to content

Commit

Permalink
Add jupyter_server to UI tests
Browse files Browse the repository at this point in the history
  • Loading branch information
philippjfr committed Aug 18, 2022
1 parent a42b59c commit 9479a6a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
#!/usr/bin/env python

import json
import os
import shutil
Expand Down Expand Up @@ -141,7 +140,9 @@ def run(self):

_ui = [
'playwright',
'pytest-playwright'
'pytest-playwright',
# Libraries test in UI tests
'jupyter_server'
]

extras_require = {
Expand Down

0 comments on commit 9479a6a

Please sign in to comment.