index : packages | |
Archlinux32 package modifications | gitolite user |
summaryrefslogtreecommitdiff |
author | Andreas Baumann <mail@andreasbaumann.cc> | 2022-01-10 10:47:52 +0100 |
---|---|---|
committer | Andreas Baumann <mail@andreasbaumann.cc> | 2022-01-10 10:47:52 +0100 |
commit | 7755779c2876126e2fef716b7988300f14eb1a1f (patch) | |
tree | 9f2bbaff30ce9ca93418e43132006ee5a98f1a22 /community/python-pytest/PKGBUILD | |
parent | 67d61cf1ccc4c142497e9f61466aecf3cb545db3 (diff) |
-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/ + ' +)" |