From 87c016ac2777dc6eb30c755ab635efb176973d0576c1be8c631931ce084e19a8 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Wed, 26 Oct 2022 21:24:50 +0000 Subject: [PATCH] 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 --- python-Pympler.changes | 5 +++++ python-Pympler.spec | 6 +++++- 2 files changed, 10 insertions(+), 1 deletion(-) 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