Hello community, here is the log from the commit of package python-h2 for openSUSE:Factory checked in at 2019-12-07 15:19:59 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-h2 (Old) and /work/SRC/openSUSE:Factory/.python-h2.new.4691 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-h2" Sat Dec 7 15:19:59 2019 rev:8 rq:753929 version:3.1.1 Changes: -------- --- /work/SRC/openSUSE:Factory/python-h2/python-h2.changes 2019-11-22 10:24:24.705291461 +0100 +++ /work/SRC/openSUSE:Factory/.python-h2.new.4691/python-h2.changes 2019-12-07 15:23:08.967730795 +0100 @@ -1,0 +2,5 @@ +Wed Dec 4 09:27:07 UTC 2019 - Tomáš Chvátal <[email protected]> + +- Skip one test that is flaky + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-h2.spec ++++++ --- /var/tmp/diff_new_pack.QhOk1Q/_old 2019-12-07 15:23:09.563730712 +0100 +++ /var/tmp/diff_new_pack.QhOk1Q/_new 2019-12-07 15:23:09.567730712 +0100 @@ -1,7 +1,7 @@ # # spec file for package python-h2 # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -58,7 +58,8 @@ %check # test_changing_max_frame_size - flaky in OBS -%pytest -k 'not test_changing_max_frame_size' +# test_range_of_acceptable_outputs -flaky in OBS +%pytest -k 'not (test_changing_max_frame_size or test_range_of_acceptable_outputs)' %files %{python_files} %license LICENSE
