From 9479a6a1b5e606b9c48f9539face64e3a01e0b6e 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 | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 257e14cc4c..45aea031f1 100644 --- a/setup.py +++ b/setup.py @@ -1,5 +1,4 @@ #!/usr/bin/env python - import json import os import shutil @@ -141,7 +140,9 @@ def run(self): _ui = [ 'playwright', - 'pytest-playwright' + 'pytest-playwright', + # Libraries test in UI tests + 'jupyter_server' ] extras_require = {