We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e74c65c commit 33a2e00Copy full SHA for 33a2e00
1 file changed
test/image/make_baseline.py
@@ -66,6 +66,10 @@
66
# unable to generate baselines for the following mocks
67
blacklist = [
68
'map_stamen-style',
69
+ 'map_predefined-styles2',
70
+ 'map_scattercluster',
71
+ 'map_fonts-supported-open-sans',
72
+ 'map_fonts-supported-open-sans-weight',
73
]
74
allNames = [a for a in allNames if a not in blacklist]
75
0 commit comments