diff --git a/python-astropy.changes b/python-astropy.changes index 1d8c3b0..d05228b 100644 --- a/python-astropy.changes +++ b/python-astropy.changes @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:a13b83a2d66c2a9e62543e14a2802fbe8667fab64a20a1cc9f3a9067bb05deb6 -size 252094 +oid sha256:4fdc97e22407a41eddd42ad34722240373306244cf0f923776d52f995f185e18 +size 252285 diff --git a/python-astropy.spec b/python-astropy.spec index 9f999ef..5549e07 100644 --- a/python-astropy.spec +++ b/python-astropy.spec @@ -173,7 +173,11 @@ sed -i "/enable_deprecations_as_exceptions(/,/)/ d" astropy/conftest.py # increase test deadline for slow obs executions (e.g. on s390x) echo " import hypothesis -hypothesis.settings.register_profile('obs', deadline=5000) +hypothesis.settings.register_profile( + 'obs', + deadline=5000, + suppress_health_check=[hypothesis.HealthCheck.too_slow] +) " >> astropy/conftest.py %build