diff options
author | Erich Eckner <git@eckner.net> | 2018-06-01 11:40:34 +0200 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2018-06-01 11:40:34 +0200 |
commit | 4a14f490db830311bb10a5d4fc27e8e87818b82f (patch) | |
tree | 126bc344bba24365f7d42655bbf33ff7837a1338 /community | |
parent | 72e14e121e6f31ab96a4a1ca40b0679b1b50e6a6 (diff) | |
download | packages-4a14f490db830311bb10a5d4fc27e8e87818b82f.tar.xz |
community/python-hypothesis: new source layout (how often does that change???)
Diffstat (limited to 'community')
-rw-r--r-- | community/python-hypothesis/PKGBUILD | 2 |
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'"'"' {} \\; ' )" |