Compare commits
14 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| e236ce2c15 | |||
| 3288ef371a | |||
| 3d4495559f | |||
| 2daabfaee0 | |||
| 649e54a0ec | |||
| 991e66b1ee | |||
| 40882fd4ba | |||
| 6a2c24f7bd | |||
| 100cdc36e7 | |||
| 5aafde14fb | |||
| 24605fde0a | |||
| 304abf7b6a | |||
| 3b91e49d1a | |||
| 3ce550f396 |
@@ -1,8 +1,3 @@
|
|||||||
-------------------------------------------------------------------
|
|
||||||
Mon Nov 17 02:10:05 UTC 2025 - Steve Kowalik <steven.kowalik@suse.com>
|
|
||||||
|
|
||||||
- Skip a test broken by Python 3.14 GC changes.
|
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Jun 19 09:51:31 UTC 2025 - Markéta Machová <mmachova@suse.com>
|
Thu Jun 19 09:51:31 UTC 2025 - Markéta Machová <mmachova@suse.com>
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-Pympler
|
# spec file for package python-Pympler
|
||||||
#
|
#
|
||||||
# Copyright (c) 2025 SUSE LLC and contributors
|
# Copyright (c) 2025 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -69,8 +69,6 @@ sed -i '1{\@^#!%{_bindir}/env python@d}' pympler/asizeof.py
|
|||||||
skiptests="test_repr_function or test_leng"
|
skiptests="test_repr_function or test_leng"
|
||||||
# gh#pympler/pympler#163
|
# gh#pympler/pympler#163
|
||||||
skiptests+=" or test_edges_new or test_edges_old or test_split or test_traceback"
|
skiptests+=" or test_edges_new or test_edges_old or test_split or test_traceback"
|
||||||
# python 3.14 gc changes
|
|
||||||
skiptests+=" or test_untracked_containers"
|
|
||||||
%if 0%{?qemu_user_space_build}
|
%if 0%{?qemu_user_space_build}
|
||||||
# qemu does not implement process memory statistics
|
# qemu does not implement process memory statistics
|
||||||
skiptests+=" or test_snapshot_members"
|
skiptests+=" or test_snapshot_members"
|
||||||
|
|||||||
Reference in New Issue
Block a user