Skip to content

Commit 34f8527

Browse files
committed
drop notebook 7 tests
The new version updates have made the notebook 7 tests unfeasible to further maintain. See issues #49 and #50.
1 parent 2c03ef7 commit 34f8527

File tree

2 files changed

+0
-70
lines changed

2 files changed

+0
-70
lines changed

.github/workflows/tests-notebook-7.yml

-38
This file was deleted.

tox.ini

-32
Original file line numberDiff line numberDiff line change
@@ -11,38 +11,6 @@ envlist =
1111

1212
[testenv]
1313

14-
[testenv:tests-notebook-7]
15-
description =
16-
Tests with jupyter notebook version > 7
17-
setenv =
18-
# this is needed to run selenium on a machine without display to do CI
19-
SELENIUM_FIREFOX_DRIVER_ARGS = {env:SELENIUM_FIREFOX_DRIVER_ARGS:--headless}
20-
JUPYTER_TYPE = notebook
21-
# use the jupyter config in the tox environment
22-
# otherwise the users config is used
23-
JUPYTER_CONFIG_DIR={envdir}/etc/jupyter
24-
JUPYTER_DATA_DIR={envdir}/share/jupyter
25-
deps =
26-
pytest<8.0.0
27-
pytest-html<4.0.0,
28-
# selenium juypter notebook tests
29-
notebook==7.0.2
30-
# fixing selenium version to have backwards-compatibility with pytest-selenium
31-
# see https://github.com/robotframework/SeleniumLibrary/issues/1835#issuecomment-1581426365
32-
selenium==4.9.0
33-
pytest-selenium
34-
jupytext==1.15.0
35-
imageio
36-
# we fix matplotlib for consistent image tests
37-
matplotlib==3.7.2
38-
numpy<2.0.0
39-
scikit-image
40-
ipympl
41-
commands =
42-
# converts the python files to ipython notebooks
43-
jupytext tests/notebooks/*.py --to ipynb
44-
pytest {posargs:-v} --driver Firefox
45-
4614
[testenv:tests-lab-3]
4715
description =
4816
Tests with jupyter lab version < 4

0 commit comments

Comments
 (0)