From eb86ee003beaae68039ec0739a7d72c46c595175 Mon Sep 17 00:00:00 2001 From: jvoisin Date: Sun, 15 Nov 2015 14:45:03 +0100 Subject: Fix tests borken by the absence of exiftool --- test/test.py | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'test') diff --git a/test/test.py b/test/test.py index e45912e..bd688c1 100644 --- a/test/test.py +++ b/test/test.py @@ -41,6 +41,10 @@ except ImportError: FILE_LIST.remove(('clean é.mp3', 'dirty é.mp3')) FILE_LIST.remove(('clean é.flac', 'dirty é.flac')) +try: # exiftool + subprocess.check_output(['exiftool', '-ver']) +except: + FILE_LIST.remove(('clean é.tif', 'dirty é.tif')) class MATTest(unittest.TestCase): """ -- cgit v1.3