File tree Expand file tree Collapse file tree 2 files changed +9
-9
lines changed
packages/python/plotly/plotly/tests/test_optional/test_graph_objs Expand file tree Collapse file tree 2 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -52,19 +52,19 @@ commands:
52
52
cd packages/python/plotly-geo
53
53
. ../plotly/venv/bin/activate
54
54
pip install -e .
55
- - run :
56
- name : Test core
57
- command : |
58
- cd packages/python/plotly
59
- . venv/bin/activate
60
- pytest plotly/tests/test_core
61
- no_output_timeout : 20m
55
+ # - run:
56
+ # name: Test core
57
+ # command: |
58
+ # cd packages/python/plotly
59
+ # . venv/bin/activate
60
+ # pytest plotly/tests/test_core
61
+ # no_output_timeout: 20m
62
62
- run :
63
63
name : Test optional
64
64
command : |
65
65
cd packages/python/plotly
66
66
. venv/bin/activate
67
- pytest plotly/tests/test_optional/test_graph_objs/test_performance.py -v
67
+ pytest plotly/tests/test_optional/test_graph_objs/test_performance.py -v -s
68
68
no_output_timeout : 40m
69
69
- run :
70
70
name : Test utils
Original file line number Diff line number Diff line change 9
9
10
10
def test_performance_b64_scatter3d ():
11
11
N = 10000
12
+ print (pio .renderers )
12
13
13
14
x = np .random .randn (N )
14
15
y = np .random .randn (N ).astype ("float32" )
@@ -52,7 +53,6 @@ def test_performance_b64_scatter3d():
52
53
)
53
54
fig .show ()
54
55
# Then close the window
55
- print (pio .renderers )
56
56
57
57
np_time_elapsed = time .time () - np_start
58
58
You can’t perform that action at this time.
0 commit comments