summaryrefslogtreecommitdiff
path: root/community/python-hypothesis/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/python-hypothesis/PKGBUILD')
-rw-r--r--community/python-hypothesis/PKGBUILD8
1 files changed, 8 insertions, 0 deletions
diff --git a/community/python-hypothesis/PKGBUILD b/community/python-hypothesis/PKGBUILD
new file mode 100644
index 00000000..b99b708b
--- /dev/null
+++ b/community/python-hypothesis/PKGBUILD
@@ -0,0 +1,8 @@
+eval "$(
+ declare -f prepare | \
+ sed '
+ 2 a \
+ find hypothesis-python-$pkgver/tests -type f -name '"'"'*.py'"'"' \\\
+ -exec sed -i '"'"'/^\\s*@settings(suppress_health_check=/s/HealthCheck\\.too_slow/\\0, HealthCheck.hung_test/g'"'"' {} \\;
+ '
+)"