Skip to content

Commit 1cb6851

Browse files
author
Dane Springmeyer
committed
remove miniz testing - refs mapnik/mapnik#3281
1 parent 8c2fade commit 1cb6851

2 files changed

Lines changed: 2 additions & 6 deletions

File tree

test/python_tests/image_encoding_speed_test.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,7 @@ def setup():
4545
'png:z=1:s=huff',
4646
'png:z=1:s=rle',
4747
'png8:m=h:g=2.0',
48-
'png8:m=h:g=1.0',
49-
'png:e=miniz',
50-
'png8:e=miniz'
48+
'png8:m=h:g=1.0'
5149
]
5250

5351
tiles = [

test/python_tests/png_encoding_test.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,7 @@ def setup():
3434
'png8:m=h:t=0',
3535
'png8:m=h:c=1:t=0',
3636
'png8:m=h:t=1',
37-
'png8:m=h:t=2',
38-
'png32:e=miniz',
39-
'png8:e=miniz'
37+
'png8:m=h:t=2'
4038
]
4139

4240
# Todo - use itertools.product

0 commit comments

Comments
 (0)