Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package mypy for openSUSE:Factory checked in at 2022-01-23 16:25:42 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/mypy (Old) and /work/SRC/openSUSE:Factory/.mypy.new.1938 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "mypy" Sun Jan 23 16:25:42 2022 rev:26 rq:948161 version:0.931 Changes: -------- --- /work/SRC/openSUSE:Factory/mypy/mypy.changes 2022-01-15 21:45:41.869629912 +0100 +++ /work/SRC/openSUSE:Factory/.mypy.new.1938/mypy.changes 2022-01-23 16:25:50.080533978 +0100 @@ -1,0 +2,6 @@ +Sat Jan 22 18:36:56 UTC 2022 - Ben Greiner <c...@bnavigator.de> + +- Skip teststubtest because we use a pytest-xdist version which is + not allowed by upstream -- gh#python/mypy#11019 + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ mypy.spec ++++++ --- /var/tmp/diff_new_pack.ESSGqP/_old 2022-01-23 16:25:50.648530096 +0100 +++ /var/tmp/diff_new_pack.ESSGqP/_new 2022-01-23 16:25:50.656530041 +0100 @@ -128,6 +128,9 @@ # fails only in python36 (EOL) python36_donttest+=" or testIntOps" fi +# the fake test_module is not in the modulepath without pytest-xdist +# or with pytest-xdist >= 2.3 -- https://github.com/python/mypy/issues/11019 +donttest+=" or teststubtest" %pytest -n auto -k "not (testallexcept ${donttest} ${$python_donttest})" %endif