tests:skip tests with diffs made with file,gz<5.36
Tests that use control files using diffs created with file version before 5.37 containing gzipped files will fail due to its output being changed: tests/data/test1.gz: gzip compressed [...] original size modulo 2^32 446 vs file < 5.36 tests/data/test1.gz: gzip compressed [...] original size 446 Add a new decorator that ensures not only the minimum version of file is used, but also that the maximum version of file is under 5.37. This change in file was introduced in the following commit: https://github.com/file/file/commit/3c12eb8d1418181af93abdd466c64dcddf68ce16 Signed-off-by:Santiago Torres <santiago@archlinux.org>
parent
6058abd4
Branches fix_file_537
No related tags found
Showing
- tests/comparators/test_containers.py 3 additions, 3 deletionstests/comparators/test_containers.py
- tests/comparators/test_gzip.py 2 additions, 2 deletionstests/comparators/test_gzip.py
- tests/comparators/test_ipk.py 2 additions, 2 deletionstests/comparators/test_ipk.py
- tests/test_presenters.py 2 additions, 2 deletionstests/test_presenters.py
- tests/test_quines.py 2 additions, 2 deletionstests/test_quines.py
- tests/utils/tools.py 5 additions, 0 deletionstests/utils/tools.py
Please register or sign in to comment