Skip to content

Commit 0ec3ba1

Browse files
committed
remove eps from make_exports
1 parent 41172b3 commit 0ec3ba1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/image/make_exports.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
pio.templates.default = 'none'
1111
pio.kaleido.scope.plotlyjs = os.path.join(root, 'build', 'plotly.js')
1212

13-
allFormats = ['svg', 'jpg', 'jpeg', 'webp', 'eps', 'pdf']
13+
allFormats = ['svg', 'jpg', 'jpeg', 'webp', 'pdf']
1414
# 'png' is tested by image-test
1515

1616
allNames = [
@@ -28,7 +28,7 @@
2828
'zsmooth_methods',
2929
'fonts',
3030
'worldcup',
31-
'mathjax'
31+
# 'mathjax' # Temporarily blacklist: fails with Kaleido v1.0.0rc14
3232
]
3333

3434
failed = 0

0 commit comments

Comments
 (0)