Commit f1bf6a9053b4c033f168db83f318ae50f17e8241
1 parent
e94d927b
tests: Avoid fail of ooxml test for slk
Showing
1 changed file
with
1 additions
and
1 deletions
tests/ooxml/test_basic.py
| ... | ... | @@ -39,7 +39,7 @@ class TestOOXML(unittest.TestCase): |
| 39 | 39 | |
| 40 | 40 | # files that are neither OLE nor xml: |
| 41 | 41 | except_files = 'empty', 'text' |
| 42 | - except_extns = 'rtf', 'csv', 'zip' | |
| 42 | + except_extns = 'rtf', 'csv', 'zip', 'slk' | |
| 43 | 43 | |
| 44 | 44 | # analyse all files in data dir |
| 45 | 45 | # TODO: use testdata_reader to extract real data from zip files | ... | ... |