blob: b254ce720350b1afee14d52628321ac1dc72dbed (
plain)
1
2
3
4
5
6
7
8
|
eval "$(
declare -f prepare | \
sed '
2 a \
find hypothesis-hypothesis-$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'"'"' {} \\;
'
)"
|