15
0

- skip tests that are going to fail with python 3.13

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Pympler?expand=0&rev=25
This commit is contained in:
2024-10-24 10:17:34 +00:00
committed by Git OBS Bridge
parent 3b91e49d1a
commit 304abf7b6a
2 changed files with 8 additions and 0 deletions

View File

@@ -69,6 +69,9 @@ sed -i '1{\@^#!%{_bindir}/env python@d}' pympler/asizeof.py
skiptests="test_repr_function"
# 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"
%pytest -k "not ($skiptests)"
%files %{python_files}