Skip to content

Commit 2011839

Browse files
committed
try with new kaleido with bugfix
1 parent 4e518a2 commit 2011839

File tree

3 files changed

+2
-4
lines changed

3 files changed

+2
-4
lines changed

.circleci/env_image.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@ sudo fc-cache -f
1212
# Once new Kaleido and Plotly versions are released, uncomment the line above, update the Plotly version,
1313
# and delete the two lines below.
1414
python3 -m pip install "git+https://github.com/plotly/plotly.py.git@6837831" --progress-bar off
15-
python3 -m pip install "git+https://github.com/plotly/Kaleido.git@v1.0.0rc14#subdirectory=src/py" --progress-bar off
15+
python3 -m pip install "git+https://github.com/plotly/Kaleido.git@4967954#subdirectory=src/py" --progress-bar off
1616
# install numpy i.e. to convert arrays to typed arrays
1717
python3 -m pip install numpy==1.24.2

test/image/make_baseline.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,10 +67,8 @@
6767
# unable to generate baselines for the following mocks
6868
blacklist = [
6969
'map_stamen-style',
70-
'gl3d_streamtube_reversed_ranges', # Temporarily blacklist: fails with Kaleido v1.0.0rc14
7170
'map_predefined-styles1', # Temporarily blacklist: fails with Kaleido v1.0.0rc14
7271
'map_predefined-styles2', # Temporarily blacklist: fails with Kaleido v1.0.0rc14
73-
'mathjax', # Temporarily blacklist: fails with Kaleido v1.0.0rc14
7472
'grid_subplot_types', # Temporarily blacklist: fails with Kaleido v1.0.0rc14
7573
'map_fonts-supported-metropolis' # Temporarily blacklist: fails with Kaleido v1.0.0rc14
7674
]

test/image/make_exports.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
'zsmooth_methods',
2929
'fonts',
3030
'worldcup',
31-
# 'mathjax' # Temporarily blacklist: fails with Kaleido v1.0.0rc14
31+
'mathjax',
3232
]
3333

3434
failed = 0

0 commit comments

Comments
 (0)