index : packages | |
Archlinux32 package modifications | gitolite user |
summaryrefslogtreecommitdiff |
author | Andreas Baumann <mail@andreasbaumann.cc> | 2021-12-19 20:33:12 +0100 |
---|---|---|
committer | Andreas Baumann <mail@andreasbaumann.cc> | 2021-12-19 20:33:12 +0100 |
commit | 51d532524aacc662bc46e2c24a68d038f8cb2d39 (patch) | |
tree | 8323eade712ae3882d0647757e4f18faf317ff90 /extra/python-setuptools | |
parent | d471d2acc30db98621fb12f59860e23676b93750 (diff) |
-rw-r--r-- | extra/python-setuptools/PKGBUILD | 9 |
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/ + ' +)" |