From 7755779c2876126e2fef716b7988300f14eb1a1f Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Mon, 10 Jan 2022 10:47:52 +0100 Subject: community/python-pytest: reenabled testing, but ignoring some test failures --- community/python-pytest/PKGBUILD | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'community') diff --git a/community/python-pytest/PKGBUILD b/community/python-pytest/PKGBUILD index 6403c888..85fbc035 100644 --- a/community/python-pytest/PKGBUILD +++ b/community/python-pytest/PKGBUILD @@ -1,2 +1,7 @@ -unset check -unset checkdepends +# some tests fail also upstream (nose) +eval "$( + declare -f check | \ + sed ' + s/\(test-env\/bin\/python -m pytest\)/\1 || true/ + ' +)" -- cgit v1.2.3-54-g00ecf