Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
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, 0 insertions, 8 deletions
diff --git a/community/python-hypothesis/PKGBUILD b/community/python-hypothesis/PKGBUILD
deleted file mode 100644
index 3432dd64..00000000
--- a/community/python-hypothesis/PKGBUILD
+++ /dev/null
@@ -1,8 +0,0 @@
-eval "$(
- declare -f prepare | \
- sed '
- 2 a \
- 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'"'"' {} \\;
- '
-)"