From b6ba3cc6ebd49d56ebd8085d172105456d41bc4ade9dfe293b77ead86ef6c12a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Tue, 13 Aug 2019 10:38:39 +0000 Subject: [PATCH] Accepting request 723005 from home:alois:branches:devel:languages:python Re-enable debug test OBS-URL: https://build.opensuse.org/request/show/723005 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-rebulk?expand=0&rev=16 --- python-rebulk.changes | 5 +++++ python-rebulk.spec | 2 -- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/python-rebulk.changes b/python-rebulk.changes index 448c1d2..7cb2818 100644 --- a/python-rebulk.changes +++ b/python-rebulk.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Aug 13 07:55:28 UTC 2019 - Luigi Baldoni + +- Re-enable debug test + ------------------------------------------------------------------- Mon Aug 12 21:00:04 UTC 2019 - Luigi Baldoni diff --git a/python-rebulk.spec b/python-rebulk.spec index 2789e5c..98041ac 100644 --- a/python-rebulk.spec +++ b/python-rebulk.spec @@ -50,8 +50,6 @@ done for i in {'default_rules_module','__init__','rebulk_rules_module','rules_module','test_chain','test_debug','test_introspector','test_loose','test_match','test_pattern','test_processors','test_rebulk','test_rules','test_toposort','test_validators'}; do sed -i -e "1d" "rebulk/test/$i.py" done -# remove debug test that will always fail in OBS -rm rebulk/test/test_debug.py %build %python_build