Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-psutil for openSUSE:Factory 
checked in at 2021-11-27 00:50:26
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-psutil (Old)
 and      /work/SRC/openSUSE:Factory/.python-psutil.new.1895 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-psutil"

Sat Nov 27 00:50:26 2021 rev:62 rq:933615 version:5.8.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-psutil/python-psutil.changes      
2021-05-15 23:16:49.696585957 +0200
+++ /work/SRC/openSUSE:Factory/.python-psutil.new.1895/python-psutil.changes    
2021-11-27 00:50:28.074979493 +0100
@@ -1,0 +2,5 @@
+Thu Nov 25 04:05:30 UTC 2021 - Steve Kowalik <steven.kowa...@suse.com>
+
+- Update skip-obs.patch to also skip TestProcess.test_ionice_linux
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ skip-obs.patch ++++++
--- /var/tmp/diff_new_pack.CocKAT/_old  2021-11-27 00:50:28.662977463 +0100
+++ /var/tmp/diff_new_pack.CocKAT/_new  2021-11-27 00:50:28.662977463 +0100
@@ -114,3 +114,15 @@
      def test_disk_partitions(self):
          # Duplicate of test_system.py. Keep it anyway.
          for disk in psutil.disk_partitions():
+Index: psutil-5.8.0/psutil/tests/test_process.py
+===================================================================
+--- psutil-5.8.0.orig/psutil/tests/test_process.py
++++ psutil-5.8.0/psutil/tests/test_process.py
+@@ -344,6 +344,7 @@ class TestProcess(PsutilTestCase):
+ 
+     @unittest.skipIf(not HAS_IONICE, "not supported")
+     @unittest.skipIf(not LINUX, "linux only")
++    @unittest.skipIf(True, "does not work reliably on obs")
+     def test_ionice_linux(self):
+         p = psutil.Process()
+         if not CI_TESTING:

Reply via email to