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 <crosa@redhat.com>
This commit is contained in:
Cleber Rosa 2017-03-31 17:32:05 -04:00 committed by Merlin Mathesius
commit 0e403cc259

View file

@ -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}