Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-pyudev for openSUSE:Factory 
checked in at 2022-10-15 16:34:53
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-pyudev (Old)
 and      /work/SRC/openSUSE:Factory/.python-pyudev.new.2275 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-pyudev"

Sat Oct 15 16:34:53 2022 rev:30 rq:1010622 version:0.24.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-pyudev/python-pyudev.changes      
2022-10-03 13:44:42.321341951 +0200
+++ /work/SRC/openSUSE:Factory/.python-pyudev.new.2275/python-pyudev.changes    
2022-10-15 16:36:08.849964541 +0200
@@ -1,0 +2,6 @@
+Fri Oct 14 08:25:20 UTC 2022 - Dirk M??ller <dmuel...@suse.com>
+
+- update hypothesis_settings.patch:
+  * extend deadlines to handle qemu emulated arches better 
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ hypothesis_settings.patch ++++++
--- /var/tmp/diff_new_pack.97beBQ/_old  2022-10-15 16:36:10.509968530 +0200
+++ /var/tmp/diff_new_pack.97beBQ/_new  2022-10-15 16:36:10.513968540 +0200
@@ -16,7 +16,7 @@
      @failed_health_check_wrapper
      @given(_CONTEXT_STRATEGY, _SUBSYSTEM_STRATEGY)
 -    @settings(max_examples=1)
-+    @settings(max_examples=1, deadline=500)
++    @settings(max_examples=1, deadline=2000)
      def test_match_subsystem_nomatch_complete(self, context, subsystem):
          """
          Test that w/ respect to the universe of devices returned by
@@ -25,7 +25,7 @@
      @failed_health_check_wrapper
      @given(_CONTEXT_STRATEGY, _MATCH_PROPERTY_STRATEGY.filter(lambda x: 
_is_bool(x[1])))
 -    @settings(max_examples=10)
-+    @settings(max_examples=10, deadline=500)
++    @settings(max_examples=10, deadline=2000)
      def test_match_property_bool(self, context, pair):
          """
          Verify that a probably boolean property lookup works.
@@ -34,7 +34,7 @@
          _CONTEXT_STRATEGY, device_strategy(filter_func=lambda d: d.parent is 
not None)
      )
 -    @settings(max_examples=5)
-+    @settings(max_examples=5, deadline=500)
++    @settings(max_examples=5, deadline=2000)
      def test_match_parent(self, context, device):
          """
          For a given device, verify that it is in its parent's children.
@@ -43,7 +43,7 @@
          _MATCH_PROPERTY_STRATEGY,
      )
 -    @settings(max_examples=10)
-+    @settings(max_examples=10, deadline=500)
++    @settings(max_examples=10, deadline=2000)
      def test_match(self, context, subsystem, sysname, ppair):
          """
          Test that matches from different categories are a conjunction.
@@ -52,7 +52,7 @@
  
      @given(_ENUMERATOR_STRATEGY)
 -    @settings(max_examples=1)
-+    @settings(max_examples=1, deadline=500)
++    @settings(max_examples=1, deadline=2000)
      def test_match_passthrough_tag(self, enumerator):
          """
          Test that special keyword tag results in a match_tag call.
@@ -61,7 +61,7 @@
      @_UDEV_TEST(172, "test_match_passthrough_parent")
      @given(_ENUMERATOR_STRATEGY)
 -    @settings(max_examples=1)
-+    @settings(max_examples=1, deadline=500)
++    @settings(max_examples=1, deadline=2000)
      def test_match_passthrough_parent(self, enumerator):
          """
          Test that special keyword 'parent' results in a match parent call.
@@ -70,7 +70,7 @@
  
      @given(_ENUMERATOR_STRATEGY)
 -    @settings(max_examples=1)
-+    @settings(max_examples=1, deadline=500)
++    @settings(max_examples=1, deadline=2000)
      def test_match_passthrough_property(self, enumerator):
          """
          Test that non-special keyword args are treated as properties.

Reply via email to