summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/hypothesis/setup-hook.sh
blob: 90986ac8bff972a1de15a6449d33cf59cd47ec16 (plain)
1
2
3
4
5
hypothesisActivateProfileForCI() {
    export CI=1
}

postHooks+=(hypothesisActivateProfileForCI)