From 7308612621f8de27b61314cbb1761d6a3b77a811 Mon Sep 17 00:00:00 2001 From: "Maarten A. Breddels" Date: Thu, 10 Oct 2024 17:27:52 +0200 Subject: [PATCH] ci: test with notebook<7 (not lab based) --- tox.ini | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tox.ini b/tox.ini index f9fbbac..60fd81a 100644 --- a/tox.ini +++ b/tox.ini @@ -11,11 +11,11 @@ changedir = deps = test: pytest test: pytest-cov - test: notebook + test: notebook<7 notebooks: numpy notebooks: ipyvuetify notebooks: scikit-image - notebooks: notebook + notebooks: notebook<7 # NOTE: the following is a temporary fix for the issue described in # https://github.com/voila-dashboards/voila/issues/728 # and should be removed once the issue is fixed in jupyter-server