diff --git a/python-Pympler.changes b/python-Pympler.changes index d2ecff2..2a0cd26 100644 --- a/python-Pympler.changes +++ b/python-Pympler.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Oct 26 21:16:00 UTC 2022 - Matej Cepl + +- Reorganize skipping of failing tests. + ------------------------------------------------------------------- Wed Oct 26 12:37:21 UTC 2022 - Matej Cepl diff --git a/python-Pympler.spec b/python-Pympler.spec index ed7d301..42ba494 100644 --- a/python-Pympler.spec +++ b/python-Pympler.spec @@ -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