Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-requirementslib for openSUSE:Factory checked in at 2021-12-09 19:45:06 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-requirementslib (Old) and /work/SRC/openSUSE:Factory/.python-requirementslib.new.2520 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-requirementslib" Thu Dec 9 19:45:06 2021 rev:12 rq:935085 version:1.5.16 Changes: -------- --- /work/SRC/openSUSE:Factory/python-requirementslib/python-requirementslib.changes 2021-11-12 15:59:12.534563374 +0100 +++ /work/SRC/openSUSE:Factory/.python-requirementslib.new.2520/python-requirementslib.changes 2021-12-09 19:45:13.601122205 +0100 @@ -1,0 +2,7 @@ +Wed Dec 1 21:32:57 UTC 2021 - Matej Cepl <mc...@suse.com> + +- Skip failing tests test_parse_function_call_as_name, + test_repo_line, and test_requirement_line + (gh#sarugaku/requirementslib#303). + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-requirementslib.spec ++++++ --- /var/tmp/diff_new_pack.gFGJzx/_old 2021-12-09 19:45:14.205122495 +0100 +++ /var/tmp/diff_new_pack.gFGJzx/_new 2021-12-09 19:45:14.213122499 +0100 @@ -125,7 +125,7 @@ %check export LANG=en_US.UTF-8 -# many tests need internet https://github.com/sarugaku/requirementslib/issues/145 +# many tests need internet gh#sarugaku/requirementslib#145 # most tests are marked properly skip_tests="needs_internet" @@ -138,11 +138,14 @@ # Rapptz is marker for https://github.com/Rapptz/discord.py skip_tests+=" or (test_convert_from_pipfile and Rapptz)" -# https://github.com/sarugaku/requirementslib/issues/280 +# gh#sarugaku/requirementslib#280 skip_tests+=" or test_parse_function_call_as_name" -# https://github.com/sarugaku/requirementslib/issues/270 +# gh#sarugaku/requirementslib#270 skip_tests+=" or test_no_duplicate_egg_info" + +# gh#sarugaku/requirementslib#303 +skip_tests+=" or test_parse_function_call_as_name or test_repo_line or test_requirement_line" # increase test deadline for slow obs executions architectures (e.g. on s390x) cat >> tests/conftest.py <<EOF