index : packages | |
Archlinux32 package modifications | gitolite user |
summaryrefslogtreecommitdiff |
-rw-r--r-- | community/python-pytest/PKGBUILD | 9 |
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/ + ' +)" |