From 0e403cc25955ee3fb62649e749c0d01ca6bf8889 Mon Sep 17 00:00:00 2001 From: Cleber Rosa Date: Mar 31 2017 22:41:00 +0000 Subject: python-avocado.spec: be a little more forgiven about the selftests errors We've spent quite some time trying to identify the ones that are sensitive to time and resources, so let's document what (usually) causes failures at package build time. Also, let's make it clearer that they are run by default. Signed-off-by: Cleber Rosa --- diff --git a/python-avocado.spec b/python-avocado.spec index 7a9b64c..0068081 100644 --- a/python-avocado.spec +++ b/python-avocado.spec @@ -18,8 +18,10 @@ %global gittar %{srcname}-%{shortcommit}.tar.gz %endif -# selftests are provided but skipped because many contain race conditions -# causing random build failures +# selftests are provided but may need to skipped because many of +# functional tests are time and resource sensitive and can +# cause race conditions and random build failures. they are +# enabled by default. %global with_tests 1 Name: python-%{srcname}