forked from pool/python-Pympler
Compare commits
16 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 5451487b9b | |||
| f8c8d42469 | |||
| 219cd5dcb0 | |||
| 32ca780c02 | |||
| ac14e469aa | |||
| d712f09ba3 | |||
| 62b04d9900 | |||
| b6cd8e8d89 | |||
| 90d1378f8c | |||
| c64b7f58be | |||
| d27934930e | |||
| 5585cee07f | |||
| d9f3703c2c | |||
| eb4d794899 | |||
| c48b799075 | |||
| bbc7d7b884 |
@@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
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>
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-Pympler
|
||||
#
|
||||
# Copyright (c) 2025 SUSE LLC
|
||||
# Copyright (c) 2025 SUSE LLC and contributors
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -69,6 +69,8 @@ sed -i '1{\@^#!%{_bindir}/env python@d}' pympler/asizeof.py
|
||||
skiptests="test_repr_function or test_leng"
|
||||
# gh#pympler/pympler#163
|
||||
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}
|
||||
# qemu does not implement process memory statistics
|
||||
skiptests+=" or test_snapshot_members"
|
||||
|
||||
Reference in New Issue
Block a user