File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -64,7 +64,7 @@ commands:
64
64
command : |
65
65
cd packages/python/plotly
66
66
. venv/bin/activate
67
- pytest plotly/tests/test_optional -v
67
+ pytest plotly/tests/test_optional/test_graph_objs/test_performance.py -v
68
68
no_output_timeout : 40m
69
69
- run :
70
70
name : Test utils
@@ -585,18 +585,18 @@ workflows:
585
585
586
586
build :
587
587
jobs :
588
- - python_38_core
589
- - python_39_core
590
- - python_310_core
591
- - python_311_core
592
- - python_312_core
588
+ # - python_38_core
589
+ # - python_39_core
590
+ # - python_310_core
591
+ # - python_311_core
592
+ # - python_312_core
593
593
- python_38_optional
594
594
- python_39_optional
595
595
- python_310_optional
596
596
- python_311_optional
597
597
- python_312_optional
598
- - python_39_pandas_2_optional
599
- - python_38_orca
600
- - python_39_percy
598
+ # - python_39_pandas_2_optional
599
+ # - python_38_orca
600
+ # - python_39_percy
601
601
- build-doc
602
602
You can’t perform that action at this time.
0 commit comments