hypothesis: Fix errors appeared with release 6.0
hypothesis 6.0 release turned the warning about using function scope pytest fixtures into an error which makes a lot of tests now failing.
So add the new HealthCheck.function_scoped_fixture value into the suppress_health_check list of hypothesis profiles settings.
Migrated from D4845 (view on Phabricator)