16
0

1 Commits

Author SHA256 Message Date
Markéta Machová
90fd379a2f Skip some zip64 tests that fails with latest python interpreter
because there are more consistency checks in zipfile
  gh#python/cpython#139700 bsc#1256310
2026-01-08 13:29:26 +01:00
2 changed files with 12 additions and 1 deletions

View File

@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Fri Oct 17 09:41:50 UTC 2025 - Daniel Garcia <daniel.garcia@suse.com>
- Skip some zip64 tests that fails with latest python interpreter
because there are more consistency checks in zipfile
gh#python/cpython#139700 bsc#1256310
-------------------------------------------------------------------
Wed Oct 30 08:27:37 UTC 2024 - Dirk Müller <dmueller@suse.com>

View File

@@ -70,7 +70,11 @@ Some handy archive helpers for Python.
%check
%if %{with test}
%pytest
# zip64 test are not working in newer python interpreter because there
# are more consistency checks in zipfile
# https://github.com/python/cpython/issues/139700
donttest="test_bad_zip64_extra or test_generated_valid_zip64_extra"
%pytest -k "not ($donttest)"
%endif
%if !%{with test}