Accepting request 1250575 from devel:languages:python:numeric

- Suppress another hypothesis health check for the test suite

OBS-URL: https://build.opensuse.org/request/show/1250575
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-astropy?expand=0&rev=62
This commit is contained in:
Ana Guerrero 2025-03-06 13:49:38 +00:00 committed by Git OBS Bridge
commit a67f4d1b46
2 changed files with 9 additions and 1 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Mar 6 08:32:13 UTC 2025 - Ben Greiner <code@bnavigator.de>
- Suppress another hypothesis health check for the test suite
-------------------------------------------------------------------
Sun Feb 9 13:15:53 UTC 2025 - Ben Greiner <code@bnavigator.de>

View File

@ -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