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:
commit
a67f4d1b46
@ -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>
|
Sun Feb 9 13:15:53 UTC 2025 - Ben Greiner <code@bnavigator.de>
|
||||||
|
|
||||||
|
@ -176,7 +176,10 @@ import hypothesis
|
|||||||
hypothesis.settings.register_profile(
|
hypothesis.settings.register_profile(
|
||||||
'obs',
|
'obs',
|
||||||
deadline=5000,
|
deadline=5000,
|
||||||
suppress_health_check=[hypothesis.HealthCheck.too_slow]
|
suppress_health_check=[
|
||||||
|
hypothesis.HealthCheck.too_slow,
|
||||||
|
hypothesis.HealthCheck.filter_too_much,
|
||||||
|
]
|
||||||
)
|
)
|
||||||
" >> astropy/conftest.py
|
" >> astropy/conftest.py
|
||||||
sed -i '/"--color=yes",/d' pyproject.toml
|
sed -i '/"--color=yes",/d' pyproject.toml
|
||||||
|
Loading…
x
Reference in New Issue
Block a user