summaryrefslogtreecommitdiff
path: root/community/python-hypothesis
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2018-05-18 13:21:05 +0200
committerErich Eckner <git@eckner.net>2018-05-18 13:21:05 +0200
commit48bf5d6ec0cfbf8a43a41a0c7303c034f6ff3730 (patch)
tree9c0726d7706698a13f2d10c24dc921499164150a /community/python-hypothesis
parente4c51a0f8dd93365f6c7f03baf257a7464a95a7c (diff)
downloadpackages-48bf5d6ec0cfbf8a43a41a0c7303c034f6ff3730.tar.xz
community/python-hypothesis: adopt to new source directory
Diffstat (limited to 'community/python-hypothesis')
-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 a940caec..b254ce72 100644
--- a/community/python-hypothesis/PKGBUILD
+++ b/community/python-hypothesis/PKGBUILD
@@ -2,7 +2,7 @@ eval "$(
declare -f prepare | \
sed '
2 a \
- find hypothesis-$pkgver/hypothesis-python/tests -type f -name '"'"'*.py'"'"' \\\
+ find hypothesis-hypothesis-$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'"'"' {} \\;
'
)"