summaryrefslogtreecommitdiff
path: root/community/python-hypothesis/PKGBUILD
blob: b99b708bce56e70ecd809e1db0ad413dd57797f4 (plain)
1
2
3
4
5
6
7
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'"'"' {} \\;
    '
)"