forked from pool/python-Pympler
Compare commits
12 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| ac14e469aa | |||
| d712f09ba3 | |||
| 62b04d9900 | |||
| b6cd8e8d89 | |||
| 90d1378f8c | |||
| c64b7f58be | |||
| d27934930e | |||
| 5585cee07f | |||
| d9f3703c2c | |||
| eb4d794899 | |||
| c48b799075 | |||
| bbc7d7b884 |
@@ -1,9 +1,3 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Jun 19 09:51:31 UTC 2025 - Markéta Machová <mmachova@suse.com>
|
||||
|
||||
- Workaround test failure with recent libalternatives changes
|
||||
and revisit skipped tests
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 1 12:42:57 UTC 2025 - Markéta Machová <mmachova@suse.com>
|
||||
|
||||
|
||||
@@ -67,6 +67,9 @@ sed -i '1{\@^#!%{_bindir}/env python@d}' pympler/asizeof.py
|
||||
%check
|
||||
# gh#pympler/pympler#134
|
||||
skiptests="test_repr_function or test_leng"
|
||||
# gh#pympler/pympler#148
|
||||
skiptests+=" or test_findgarbage or test_prune or test_get_tree"
|
||||
skiptests+=" or test_findgarbage or test_prune or test_get_tree"
|
||||
# gh#pympler/pympler#163
|
||||
skiptests+=" or test_edges_new or test_edges_old or test_split or test_traceback"
|
||||
%if 0%{?qemu_user_space_build}
|
||||
@@ -75,7 +78,7 @@ skiptests+=" or test_snapshot_members"
|
||||
%endif
|
||||
# skip expensive tests
|
||||
export COVERAGE=1
|
||||
%python_exec -m pytest -k "not ($skiptests)"
|
||||
%pytest -k "not ($skiptests)"
|
||||
|
||||
%files %{python_files}
|
||||
%license LICENSE
|
||||
|
||||
Reference in New Issue
Block a user