summaryrefslogtreecommitdiff
path: root/community/python-hypothesis/PKGBUILD
blob: a940caecf9e70e80de18c642efab6db1a2035918 (plain)
1
2
3
4
5
6
7
8
eval "$(
  declare -f prepare | \
    sed '
      2 a \
  find 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'"'"' {} \\;
    '
)"