mirror of
https://github.com/dylanaraps/pywal.git
synced 2024-11-25 17:33:09 +01:00
tests: Exclude convert check
This commit is contained in:
parent
caacba6e15
commit
2fa6215b55
@ -22,7 +22,7 @@ def imagemagick(color_count, img):
|
||||
def gen_colors(img, color_count):
|
||||
"""Format the output from imagemagick into a list
|
||||
of hex colors."""
|
||||
if not shutil.which("convert"):
|
||||
if not shutil.which("convert"): # pragma: no cover
|
||||
print("error: imagemagick not found, exiting...\n"
|
||||
"error: wal requires imagemagick to function.")
|
||||
exit(1)
|
||||
|
Loading…
Reference in New Issue
Block a user