blob: 3432dd64ed4f8d75c1e2be931f12f3a1d5732ea1 (
plain)
1
2
3
4
5
6
7
8
|
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'"'"' {} \\;
'
)"
|