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:
parent
9f6f5dcf7f
commit
0e403cc259
1 changed files with 4 additions and 2 deletions
|
|
@ -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}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue