Hello community, here is the log from the commit of package python-vistir for openSUSE:Factory checked in at 2019-12-07 15:20:01 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-vistir (Old) and /work/SRC/openSUSE:Factory/.python-vistir.new.4691 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-vistir" Sat Dec 7 15:20:01 2019 rev:6 rq:753933 version:0.4.3 Changes: -------- --- /work/SRC/openSUSE:Factory/python-vistir/python-vistir.changes 2019-07-30 13:04:43.630397723 +0200 +++ /work/SRC/openSUSE:Factory/.python-vistir.new.4691/python-vistir.changes 2019-12-07 15:23:10.355730603 +0100 @@ -1,0 +2,6 @@ +Wed Dec 4 09:37:38 UTC 2019 - Tomáš Chvátal <[email protected]> + +- Skip additional tests as they requires bigger seed than most + of OBS machines are providing + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-vistir.spec ++++++ --- /var/tmp/diff_new_pack.iBFwZy/_old 2019-12-07 15:23:10.779730544 +0100 +++ /var/tmp/diff_new_pack.iBFwZy/_new 2019-12-07 15:23:10.779730544 +0100 @@ -1,7 +1,7 @@ # # spec file for package python-vistir # -# 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 @@ -74,7 +74,9 @@ %check export LANG=en_US.UTF-8 # test_open_file requires network access -%pytest -k 'not test_open_file' +# test_path_to_url needs bigger seed than some of our virtuals provide +# test_ensure_mkdir_p race condition +%pytest -k 'not (test_open_file or test_path_to_url or test_ensure_mkdir_p)' %files %{python_files} %doc CHANGELOG.rst README.rst
