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