summaryrefslogtreecommitdiff
path: root/community
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2018-04-18 10:39:50 +0200
committerErich Eckner <git@eckner.net>2018-04-18 10:39:50 +0200
commit79582c1a2369ed18eb58def20feb9ebd6010e10c (patch)
tree56b1086c6cebca187b9846e69a1c5768461d43b1 /community
parent488ecda588e55d2fa1fb63a98c60ff24f5988161 (diff)
downloadpackages-79582c1a2369ed18eb58def20feb9ebd6010e10c.tar.xz
community/python-hypothesis: adopt to new tests location
Diffstat (limited to 'community')
-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 b99b708b..2e54e42c 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/tests -type f -name '"'"'*.py'"'"' \\\
+ find 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'"'"' {} \\;
'
)"