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 c48b799075
commit eb4d794899
2 changed files with 8 additions and 0 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Oct 24 10:17:21 UTC 2024 - Dirk Müller <dmueller@suse.com>
- skip tests that are going to fail with python 3.13
-------------------------------------------------------------------
Thu Oct 10 15:35:53 UTC 2024 - Dirk Müller <dmueller@suse.com>

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}