diff options
Diffstat (limited to 'test/test.py')
| -rw-r--r-- | test/test.py | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/test/test.py b/test/test.py index 64072b8..f8c9207 100644 --- a/test/test.py +++ b/test/test.py | |||
| @@ -26,12 +26,13 @@ try: # PDF render processing | |||
| 26 | import poppler | 26 | import poppler |
| 27 | import cairo | 27 | import cairo |
| 28 | except: | 28 | except: |
| 29 | FILE_LIST.remove(('clean.pdf', 'dirty.pdf')) | 29 | FILE_LIST.remove(('clean é.pdf', 'dirty é.pdf')) |
| 30 | 30 | ||
| 31 | try: # python-mutagen : audio file format | 31 | try: # python-mutagen : audio file format |
| 32 | import mutagen | 32 | import mutagen |
| 33 | except: | 33 | except: |
| 34 | FILE_LIST.remove(('clean.ogg', 'dirty.ogg')) | 34 | pass # since wr don't have any ogg for now |
| 35 | #FILE_LIST.remove(('clean.ogg', 'dirty.ogg')) | ||
| 35 | 36 | ||
| 36 | try: # file format managed by exiftool | 37 | try: # file format managed by exiftool |
| 37 | subprocess.Popen('exiftool', stdout=open('/dev/null')) | 38 | subprocess.Popen('exiftool', stdout=open('/dev/null')) |
