summaryrefslogtreecommitdiff
path: root/community/python-hypothesis/PKGBUILD
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2018-06-01 11:40:34 +0200
committerErich Eckner <git@eckner.net>2018-06-01 11:40:34 +0200
commit4a14f490db830311bb10a5d4fc27e8e87818b82f (patch)
tree126bc344bba24365f7d42655bbf33ff7837a1338 /community/python-hypothesis/PKGBUILD
parent72e14e121e6f31ab96a4a1ca40b0679b1b50e6a6 (diff)
downloadpackages-4a14f490db830311bb10a5d4fc27e8e87818b82f.tar.xz
community/python-hypothesis: new source layout (how often does that change???)
Diffstat (limited to 'community/python-hypothesis/PKGBUILD')
-rw-r--r--community/python-hypothesis/PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/community/python-hypothesis/PKGBUILD b/community/python-hypothesis/PKGBUILD
index b254ce72..3432dd64 100644
--- a/community/python-hypothesis/PKGBUILD
+++ b/community/python-hypothesis/PKGBUILD
@@ -2,7 +2,7 @@ eval "$(
declare -f prepare | \
sed '
2 a \
- find hypothesis-hypothesis-$pkgver/hypothesis-python/tests -type f -name '"'"'*.py'"'"' \\\
+ find hypothesis-hypothesis-python-$pkgver/hypothesis-python/tests -type f -name '"'"'*.py'"'"' \\\
-exec sed -i '"'"'/^\\s*@settings(suppress_health_check=/s/HealthCheck\\.too_slow/\\0, HealthCheck.hung_test/g'"'"' {} \\;
'
)"