123456789101112131415161718 |
- Subject: Disable gzip test, it cannot cope with a recent change in libmagic
- Author: Christoph Biedl <debian.axhn@manchmal.in-ulm.de>
- Date: 2018-07-21
- Bug-Debian: https://bugs.debian.org/897471
- Bug-Upstream: https://github.com/ahupp/python-magic/issues/173
- --- a/test/test.py
- +++ b/test/test.py
- @@ -67,9 +67,6 @@
- self.assert_values(m, {
- 'magic._pyc_': 'python 2.4 byte-compiled',
- 'test.pdf': 'PDF document, version 1.2',
- - 'test.gz':
- - ('gzip compressed data, was "test", from Unix, last modified: Sun Jun 29 01:32:52 2008',
- - 'gzip compressed data, was "test", last modified: Sun Jun 29 01:32:52 2008, from Unix'),
- 'text.txt': 'ASCII text',
- })
- finally:
|