Skip to content

Commit 5adea08

Browse files
committed
Pin pytest to < 8.0.0
A temporary fix for the failure of the selenium tests. See issue #47
1 parent 78e464e commit 5adea08

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tox.ini

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ setenv =
2323
JUPYTER_CONFIG_DIR={envdir}/etc/jupyter
2424
JUPYTER_DATA_DIR={envdir}/share/jupyter
2525
deps =
26-
pytest
26+
pytest<8.0.0
2727
pytest-html<4.0.0,
2828
# selenium juypter notebook tests
2929
notebook==7.0.2
@@ -55,7 +55,7 @@ setenv =
5555
JUPYTER_CONFIG_DIR={envdir}/etc/jupyter
5656
JUPYTER_DATA_DIR={envdir}/share/jupyter
5757
deps =
58-
pytest
58+
pytest<8.0.0
5959
pytest-html<4.0.0,
6060
# selenium juypter notebook tests
6161
jupyterlab==3.6.5
@@ -80,7 +80,7 @@ commands =
8080
# includes the jupytext notebook files, because coverage is incompatible with
8181
# selenium
8282
deps =
83-
pytest
83+
pytest<8.0.0
8484
pytest-cov
8585
coverage[toml]
8686
selenium==4.9.0

0 commit comments

Comments
 (0)