Compare commits
14 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| e236ce2c15 | |||
| 3288ef371a | |||
| 3d4495559f | |||
| 2daabfaee0 | |||
| 649e54a0ec | |||
| 991e66b1ee | |||
| 40882fd4ba | |||
| 6a2c24f7bd | |||
| 100cdc36e7 | |||
| 5aafde14fb | |||
| 24605fde0a | |||
| 304abf7b6a | |||
| 3b91e49d1a | |||
| 3ce550f396 |
@@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
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>
|
Tue Apr 1 12:42:57 UTC 2025 - Markéta Machová <mmachova@suse.com>
|
||||||
|
|
||||||
|
|||||||
@@ -67,9 +67,6 @@ sed -i '1{\@^#!%{_bindir}/env python@d}' pympler/asizeof.py
|
|||||||
%check
|
%check
|
||||||
# gh#pympler/pympler#134
|
# gh#pympler/pympler#134
|
||||||
skiptests="test_repr_function or test_leng"
|
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
|
# 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"
|
||||||
%if 0%{?qemu_user_space_build}
|
%if 0%{?qemu_user_space_build}
|
||||||
@@ -78,7 +75,7 @@ skiptests+=" or test_snapshot_members"
|
|||||||
%endif
|
%endif
|
||||||
# skip expensive tests
|
# skip expensive tests
|
||||||
export COVERAGE=1
|
export COVERAGE=1
|
||||||
%pytest -k "not ($skiptests)"
|
%python_exec -m pytest -k "not ($skiptests)"
|
||||||
|
|
||||||
%files %{python_files}
|
%files %{python_files}
|
||||||
%license LICENSE
|
%license LICENSE
|
||||||
|
|||||||
Reference in New Issue
Block a user