File tree 2 files changed +0
-70
lines changed
2 files changed +0
-70
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -11,38 +11,6 @@ envlist =
11
11
12
12
[testenv]
13
13
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
-
46
14
[testenv:tests-lab-3]
47
15
description =
48
16
Tests with jupyter lab version < 4
You can’t perform that action at this time.
0 commit comments