forked from pool/python-Pympler
- 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:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user