From 58ffecad3e7483e5e759a56c58b8af04178ec85e Mon Sep 17 00:00:00 2001 From: Philipp Rudiger Date: Thu, 18 Aug 2022 20:00:24 +0200 Subject: [PATCH] Add jupyter_server to UI tests --- setup.py | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 257e14cc4c6..20e37e4b145 100644 --- a/setup.py +++ b/setup.py @@ -1,5 +1,5 @@ #!/usr/bin/env python - +bui import json import os import shutil @@ -141,7 +141,9 @@ def run(self): _ui = [ 'playwright', - 'pytest-playwright' + 'pytest-playwright', + # Libraries test in UI tests + 'jupyter_server' ] extras_require = {