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 58ffeca
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions setup.py
@@ -1,5 +1,5 @@
#!/usr/bin/env python

bui
import json
import os
import shutil
Expand Down Expand Up @@ -141,7 +141,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 58ffeca

Please sign in to comment.