index : packages | |
Archlinux32 package modifications | gitolite user |
summaryrefslogtreecommitdiff |
-rw-r--r-- | community/python-hypothesis/PKGBUILD | 8 |
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'"'"' {} \\; - ' -)" |