From 5adea084098d6ff78e2ad1c4ea2160105329aa3d Mon Sep 17 00:00:00 2001 From: Alexander Goscinski Date: Fri, 28 Jun 2024 00:11:07 +0200 Subject: [PATCH] Pin pytest to < 8.0.0 A temporary fix for the failure of the selenium tests. See issue https://github.com/osscar-org/scicode-widgets/issues/47 --- tox.ini | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tox.ini b/tox.ini index 4256ae2..08b4c2c 100644 --- a/tox.ini +++ b/tox.ini @@ -23,7 +23,7 @@ setenv = JUPYTER_CONFIG_DIR={envdir}/etc/jupyter JUPYTER_DATA_DIR={envdir}/share/jupyter deps = - pytest + pytest<8.0.0 pytest-html<4.0.0, # selenium juypter notebook tests notebook==7.0.2 @@ -55,7 +55,7 @@ setenv = JUPYTER_CONFIG_DIR={envdir}/etc/jupyter JUPYTER_DATA_DIR={envdir}/share/jupyter deps = - pytest + pytest<8.0.0 pytest-html<4.0.0, # selenium juypter notebook tests jupyterlab==3.6.5 @@ -80,7 +80,7 @@ commands = # includes the jupytext notebook files, because coverage is incompatible with # selenium deps = - pytest + pytest<8.0.0 pytest-cov coverage[toml] selenium==4.9.0