From 51d532524aacc662bc46e2c24a68d038f8cb2d39 Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Sun, 19 Dec 2021 20:33:12 +0100 Subject: extra/python-setuptools: more trials to fix entry-points issue --- extra/python-setuptools/PKGBUILD | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'extra/python-setuptools') 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/ + ' +)" -- cgit v1.2.3-54-g00ecf