Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package spyder for openSUSE:Factory checked in at 2021-08-23 10:08:06 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/spyder (Old) and /work/SRC/openSUSE:Factory/.spyder.new.1899 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "spyder" Mon Aug 23 10:08:06 2021 rev:29 rq:913388 version:5.1.1 Changes: -------- --- /work/SRC/openSUSE:Factory/spyder/spyder.changes 2021-08-20 16:58:29.070819180 +0200 +++ /work/SRC/openSUSE:Factory/.spyder.new.1899/spyder.changes 2021-08-23 10:09:08.184178769 +0200 @@ -1,0 +2,6 @@ +Fri Aug 20 18:46:23 UTC 2021 - Ben Greiner <c...@bnavigator.de> + +- Fix typo: now really skip the test. It did not even fail in + staging, but still fails in Factory. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ spyder.spec ++++++ --- /var/tmp/diff_new_pack.fvvjIA/_old 2021-08-23 10:09:08.936177893 +0200 +++ /var/tmp/diff_new_pack.fvvjIA/_new 2021-08-23 10:09:08.940177888 +0200 @@ -345,7 +345,7 @@ # no online help within qtbot timeout donttest+=" or test_get_pydoc or test_pydocbrowser" # segfault in openSUSE:Factory (?) -dontest+=" or test_goto_uri_project_root_path" +donttest+=" or test_goto_uri_project_root_path" # tests marked slow: # completes to math.hypot(cooordinates) instead of expected math.hypot(*coordinates)