Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-astropy for openSUSE:Factory 
checked in at 2021-09-03 21:26:13
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-astropy (Old)
 and      /work/SRC/openSUSE:Factory/.python-astropy.new.1899 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-astropy"

Fri Sep  3 21:26:13 2021 rev:26 rq:916131 version:4.3.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-astropy/python-astropy.changes    
2021-08-20 16:57:39.246893685 +0200
+++ /work/SRC/openSUSE:Factory/.python-astropy.new.1899/python-astropy.changes  
2021-09-03 21:27:02.354243188 +0200
@@ -1,0 +2,5 @@
+Fri Aug 27 10:02:29 UTC 2021 - Ben Greiner <c...@bnavigator.de>
+
+- Suppress hypothesis health check for slow OBS episodes
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-astropy.spec ++++++
--- /var/tmp/diff_new_pack.JwAQ75/_old  2021-09-03 21:27:02.866244201 +0200
+++ /var/tmp/diff_new_pack.JwAQ75/_new  2021-09-03 21:27:02.866244201 +0200
@@ -173,7 +173,11 @@
 # 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

Reply via email to