diff --git a/python-astropy.changes b/python-astropy.changes index 3da4e8e..e94f7af 100644 --- a/python-astropy.changes +++ b/python-astropy.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Mar 6 08:32:13 UTC 2025 - Ben Greiner + +- Suppress another hypothesis health check for the test suite + ------------------------------------------------------------------- Sun Feb 9 13:15:53 UTC 2025 - Ben Greiner diff --git a/python-astropy.spec b/python-astropy.spec index 9597962..13c8382 100644 --- a/python-astropy.spec +++ b/python-astropy.spec @@ -176,7 +176,10 @@ import hypothesis hypothesis.settings.register_profile( 'obs', deadline=5000, - suppress_health_check=[hypothesis.HealthCheck.too_slow] + suppress_health_check=[ + hypothesis.HealthCheck.too_slow, + hypothesis.HealthCheck.filter_too_much, + ] ) " >> astropy/conftest.py sed -i '/"--color=yes",/d' pyproject.toml