Compare commits
1 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
|
|
90fd379a2f |
@@ -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>
|
||||
|
||||
|
||||
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user