mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
python3: mark zlib plugin as only existing on python2
Fixes test failure due to checking whether all plugins work, and considering this a plugin even though it is not.
This commit is contained in:
parent
6d6509df57
commit
7196fa0773
@ -168,7 +168,6 @@ class Plugins(collections.Mapping):
|
||||
'icu',
|
||||
'speedup',
|
||||
'unicode_names',
|
||||
'zlib2',
|
||||
'html',
|
||||
'freetype',
|
||||
'imageops',
|
||||
@ -184,6 +183,7 @@ class Plugins(collections.Mapping):
|
||||
if not ispy3:
|
||||
plugins.extend([
|
||||
'monotonic',
|
||||
'zlib2',
|
||||
])
|
||||
if iswindows:
|
||||
plugins.extend(['winutil', 'wpd', 'winfonts'])
|
||||
|
Loading…
x
Reference in New Issue
Block a user