@@ -29,28 +29,34 @@ commands:
29
29
- run :
30
30
name : Install plotly-geo
31
31
command : " cd packages/python/plotly-geo; sudo pip install -e ."
32
- - run :
33
- name : Test core
34
- command : " cd packages/python/plotly; pytest plotly/tests/test_core"
35
- no_output_timeout : 20m
36
- - run :
37
- name : Test optional
38
- command : " cd packages/python/plotly; pytest plotly/tests/test_optional"
39
- no_output_timeout : 40m
40
- - run :
41
- name : Test utils
42
- command : " cd packages/python/plotly; pytest _plotly_utils/tests/"
43
- no_output_timeout : 20m
44
- - run :
45
- name : Test io
46
- command : " cd packages/python/plotly; pytest plotly/tests/test_io"
47
- no_output_timeout : 20m
48
- - run :
49
- name : Test dependencdies not imported
50
- command : " cd packages/python/plotly; pytest -x test_init/test_dependencies_not_imported.py"
51
- - run :
52
- name : Test lazy imports
53
- command : " cd packages/python/plotly; pytest -x test_init/test_lazy_imports.py"
32
+ # - run:
33
+ # name: Test core
34
+ # command: "cd packages/python/plotly; pytest plotly/tests/test_core"
35
+ # no_output_timeout: 20m
36
+ # - run:
37
+ # name: Test optional
38
+ # command: "cd packages/python/plotly; pytest plotly/tests/test_optional"
39
+ # no_output_timeout: 40m
40
+ # - run:
41
+ # name: Test utils
42
+ # command: "cd packages/python/plotly; pytest _plotly_utils/tests/"
43
+ # no_output_timeout: 20m
44
+ # - run:
45
+ # name: Test io
46
+ # command: "cd packages/python/plotly; pytest plotly/tests/test_io"
47
+ # no_output_timeout: 20m
48
+ # - run:
49
+ # name: Test dependencdies not imported
50
+ # command: "cd packages/python/plotly; pytest -x test_init/test_dependencies_not_imported.py"
51
+ # - run:
52
+ # name: Test lazy imports
53
+ # command: "cd packages/python/plotly; pytest -x test_init/test_lazy_imports.py"
54
+ - run :
55
+ name : Test build docs
56
+ command : |
57
+ cd doc
58
+ echo ${mapbox_token} > python/.mapbox_token
59
+ make -kj8
54
60
55
61
test_orca :
56
62
parameters :
@@ -403,14 +409,14 @@ workflows:
403
409
build :
404
410
jobs :
405
411
# - python_36_core
406
- - python_37_core
412
+ # - python_37_core
407
413
# - python_38_core
408
- - python_39_core
409
- - python_36_optional
414
+ # - python_39_core
415
+ # - python_36_optional
410
416
# - python_37_optional
411
417
# - python_38_optional
412
418
- python_39_optional
413
- - python_38_orca
414
- - python_37_percy
419
+ # - python_38_orca
420
+ # - python_37_percy
415
421
# - python_37_chart_studio
416
422
# - build-doc
0 commit comments