15
0

Accepting request 1031402 from home:mcepl:branches:devel:languages:python:Factory

- Reorganize skipping of failing tests.

OBS-URL: https://build.opensuse.org/request/show/1031402
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Pympler?expand=0&rev=15
This commit is contained in:
2022-10-26 21:24:50 +00:00
committed by Git OBS Bridge
parent 6cfc019629
commit 87c016ac27
2 changed files with 10 additions and 1 deletions

View File

@@ -59,7 +59,11 @@ can easily be identified.
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%check
%pytest -k 'not (test_otracker_diff or test_repr_function or test_stracker or test_snapshot_members or test_charts)'
# gh#pympler/pympler#134
skiptests="test_repr_function"
# gh#pympler/pympler#148
skiptests+=" or test_findgarbage or test_prune or test_get_tree"
%pytest -k "not ($skiptests)"
%files %{python_files}
%license LICENSE