summaryrefslogtreecommitdiff
path: root/community
diff options
context:
space:
mode:
Diffstat (limited to 'community')
-rw-r--r--community/python-pytest/PKGBUILD9
1 files changed, 7 insertions, 2 deletions
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/
+ '
+)"