Skip to content

Commit 15db6ff

Browse files
committed
no longer need to test eps format on ci
1 parent 7c2a6e1 commit 15db6ff

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

test/image/export_test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ var getImagePaths = require('./assets/get_image_paths');
88
// image formats to test
99
//
1010
// N.B. 'png' is tested in `npm run test-image, no need to duplicate here
11-
var FORMATS = ['svg', 'jpg', 'jpeg', 'webp', 'eps', 'pdf'];
11+
var FORMATS = ['svg', 'jpg', 'jpeg', 'webp', 'pdf'];
1212

1313
var ONLY_FILE_SIZE = ['eps', 'pdf'];
1414

test/image/make_exports.py

Lines changed: 1 addition & 1 deletion
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 = [

0 commit comments

Comments
 (0)