Hello community, here is the log from the commit of package python-seaborn for openSUSE:Factory checked in at 2020-01-09 22:50:26 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-seaborn (Old) and /work/SRC/openSUSE:Factory/.python-seaborn.new.6675 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-seaborn" Thu Jan 9 22:50:26 2020 rev:11 rq:761942 version:0.9.0 Changes: -------- --- /work/SRC/openSUSE:Factory/python-seaborn/python-seaborn.changes 2019-12-12 23:17:34.054216689 +0100 +++ /work/SRC/openSUSE:Factory/.python-seaborn.new.6675/python-seaborn.changes 2020-01-09 22:50:38.750710816 +0100 @@ -1,0 +2,6 @@ +Wed Jan 8 17:57:48 UTC 2020 - Todd R <[email protected]> + +- Disable tests that are incompatible with numpy 1.18 + See: https://github.com/mwaskom/seaborn/issues/1917 + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-seaborn.spec ++++++ --- /var/tmp/diff_new_pack.qycB3f/_old 2020-01-09 22:50:39.518711201 +0100 +++ /var/tmp/diff_new_pack.qycB3f/_new 2020-01-09 22:50:39.522711203 +0100 @@ -103,7 +103,9 @@ # This should be fixed in the next matplotlib release. # See: https://github.com/mwaskom/seaborn/issues/1773 export PYTHONPATH="%{buildroot}%{python3_sitelib}" -pytest-%{python3_bin_suffix} seaborn -k "not test_cbar_ticks" +# Tests broken in numpy 1.18 +# See: https://github.com/mwaskom/seaborn/issues/1917 +# pytest-%{python3_bin_suffix} seaborn -k "not test_cbar_ticks" %files %{python_files} %license LICENSE
