diff options
-rw-r--r-- | extra/python-setuptools/PKGBUILD | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/extra/python-setuptools/PKGBUILD b/extra/python-setuptools/PKGBUILD index 08ae23c3..2b768f5c 100644 --- a/extra/python-setuptools/PKGBUILD +++ b/extra/python-setuptools/PKGBUILD @@ -6,5 +6,10 @@ eval "$( ' )" -# temporary during bootstrap -unset check +# ignore errors in tests, but execute the tests +eval "$( + declare -f check | \ + sed ' + s/\(python.*\)/\1 || true/ + ' +)" |