summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2018-04-18 11:01:13 +0200
committerErich Eckner <git@eckner.net>2018-04-18 11:01:13 +0200
commitd0ba2e7fd807e4690dee76d02b1327abdc034f19 (patch)
tree9c250ac73ceff8432985410e4d5f14a1224a978a
parent79582c1a2369ed18eb58def20feb9ebd6010e10c (diff)
downloadpackages-d0ba2e7fd807e4690dee76d02b1327abdc034f19.tar.xz
community/python-hypothesis: _really_ fix broken path, now
-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 2e54e42c..a940caec 100644
--- a/community/python-hypothesis/PKGBUILD
+++ b/community/python-hypothesis/PKGBUILD
@@ -2,7 +2,7 @@ eval "$(
declare -f prepare | \
sed '
2 a \
- find hypothesis-python-$pkgver/hypothesis-python/tests -type f -name '"'"'*.py'"'"' \\\
+ find 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'"'"' {} \\;
'
)"