File tree Expand file tree Collapse file tree 5 files changed +5
-39
lines changed Expand file tree Collapse file tree 5 files changed +5
-39
lines changed Original file line number Diff line number Diff line change 12
12
- name : Test
13
13
run : |
14
14
pip install pytest pytest-xprocess
15
- pip install -r requirements.txt
16
- pip install .
17
- echo "toto"
18
- ls /usr/local/lib/python3.9/site-packages/opengeodeweb_viewer
19
- echo "tutu"
20
- ls /usr/local/lib/python3.9/site-packages/opengeodeweb_viewer/tests
21
- echo "titi"
22
- ls /usr/local/lib/python3.9/site-packages/opengeodeweb_viewer/tests/data
15
+ pip install -e .
23
16
pytest
24
17
25
18
build :
Original file line number Diff line number Diff line change @@ -19,6 +19,9 @@ classifiers = [
19
19
" Operating System :: OS Independent" ,
20
20
]
21
21
22
+ [project .optional-dependencies ]
23
+ vtk = [" vtk=9.3.0" ]
24
+
22
25
[project .urls ]
23
26
"Homepage" = " https://github.com/Geode-solutions/OpenGeodeWeb-Viewer"
24
27
"Bug Tracker" = " https://github.com/Geode-solutions/OpenGeodeWeb-Viewer/issues"
Original file line number Diff line number Diff line change 1
1
jsonschema
2
2
python-dotenv
3
- vtk
4
3
wslink
5
4
websocket-client
Original file line number Diff line number Diff line change @@ -15,44 +15,20 @@ attrs==23.2.0
15
15
# aiohttp
16
16
# jsonschema
17
17
# referencing
18
- contourpy == 1.2.0
19
- # via matplotlib
20
- cycler == 0.12.1
21
- # via matplotlib
22
- fonttools == 4.49.0
23
- # via matplotlib
24
18
frozenlist == 1.4.1
25
19
# via
26
20
# aiohttp
27
21
# aiosignal
28
22
idna == 3.6
29
23
# via yarl
30
- importlib-resources == 6.1.3
31
- # via matplotlib
32
24
jsonschema == 4.21.1
33
25
# via -r requirements.in
34
26
jsonschema-specifications == 2023.12.1
35
27
# via jsonschema
36
- kiwisolver == 1.4.5
37
- # via matplotlib
38
- matplotlib == 3.8.3
39
- # via vtk
40
28
multidict == 6.0.5
41
29
# via
42
30
# aiohttp
43
31
# yarl
44
- numpy == 1.26.4
45
- # via
46
- # contourpy
47
- # matplotlib
48
- packaging == 24.0
49
- # via matplotlib
50
- pillow == 10.2.0
51
- # via matplotlib
52
- pyparsing == 3.1.2
53
- # via matplotlib
54
- python-dateutil == 2.9.0.post0
55
- # via matplotlib
56
32
python-dotenv == 1.0.1
57
33
# via -r requirements.in
58
34
referencing == 0.33.0
@@ -63,15 +39,9 @@ rpds-py==0.18.0
63
39
# via
64
40
# jsonschema
65
41
# referencing
66
- six == 1.16.0
67
- # via python-dateutil
68
- vtk == 9.3.0
69
- # via -r requirements.in
70
42
websocket-client == 1.7.0
71
43
# via -r requirements.in
72
44
wslink == 1.12.4
73
45
# via -r requirements.in
74
46
yarl == 1.9.4
75
47
# via aiohttp
76
- zipp == 3.17.0
77
- # via importlib-resources
Original file line number Diff line number Diff line change @@ -26,6 +26,7 @@ def dev_config():
26
26
27
27
def test_config ():
28
28
default_config ()
29
+ print (f"{ os .path .dirname (__file__ )= } " , flush = True )
29
30
os .environ ["DATA_FOLDER_PATH" ] = os .path .join (
30
31
os .path .dirname (__file__ ), "tests" , "data"
31
32
)
You can’t perform that action at this time.
0 commit comments