Skip to content

Commit c684b72

Browse files
committed
use local topojson for image tests
1 parent 69f104e commit c684b72

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/image/make_baseline.py

+1
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@
5353
plotlyjs = plotlyjs_with_virtual_webgl
5454

5555
pio.kaleido.scope.plotlyjs = plotlyjs
56+
pio.kaleido.scope.topojson = "file://" + os.path.join(root, 'dist', 'topojson')
5657
pio.templates.default = 'none'
5758

5859
ALL_MOCKS = [os.path.splitext(a)[0] for a in os.listdir(dirIn) if a.endswith('.json')]

0 commit comments

Comments
 (0)