We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 78e464e commit 5adea08Copy full SHA for 5adea08
tox.ini
@@ -23,7 +23,7 @@ setenv =
23
JUPYTER_CONFIG_DIR={envdir}/etc/jupyter
24
JUPYTER_DATA_DIR={envdir}/share/jupyter
25
deps =
26
- pytest
+ pytest<8.0.0
27
pytest-html<4.0.0,
28
# selenium juypter notebook tests
29
notebook==7.0.2
@@ -55,7 +55,7 @@ setenv =
55
56
57
58
59
60
61
jupyterlab==3.6.5
@@ -80,7 +80,7 @@ commands =
80
# includes the jupytext notebook files, because coverage is incompatible with
81
# selenium
82
83
84
pytest-cov
85
coverage[toml]
86
selenium==4.9.0
0 commit comments