Skip to content

Commit

Permalink
Pin pytest to < 8.0.0
Browse files Browse the repository at this point in the history
A temporary fix for the failure of the selenium tests.
See issue #47
  • Loading branch information
agoscinski committed Jul 1, 2024
1 parent 78e464e commit 5adea08
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 5adea08

Please sign in to comment.