Hello community, here is the log from the commit of package python-seaborn for openSUSE:Factory checked in at 2019-11-06 13:57:53 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-seaborn (Old) and /work/SRC/openSUSE:Factory/.python-seaborn.new.2990 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-seaborn" Wed Nov 6 13:57:53 2019 rev:9 rq:745227 version:0.9.0 Changes: -------- --- /work/SRC/openSUSE:Factory/python-seaborn/python-seaborn.changes 2019-06-04 12:13:34.167797625 +0200 +++ /work/SRC/openSUSE:Factory/.python-seaborn.new.2990/python-seaborn.changes 2019-11-06 13:57:57.520274362 +0100 @@ -1,0 +2,8 @@ +Mon Nov 4 16:25:29 UTC 2019 - Todd R <[email protected]> + +- Disable TestHeatmap.test_heatmap_axes and + TestDendrogram.test_dendrogram_rotate, which fail on matplotlib + 3.1.1 but should be fixed in next matplotlib release. + See: https://github.com/mwaskom/seaborn/issues/1773 + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-seaborn.spec ++++++ --- /var/tmp/diff_new_pack.KrXuY8/_old 2019-11-06 13:57:58.132275002 +0100 +++ /var/tmp/diff_new_pack.KrXuY8/_new 2019-11-06 13:57:58.136275006 +0100 @@ -96,8 +96,13 @@ # See https://github.com/mwaskom/seaborn/issues/1571 # Tests fail due to unicode issues in test suite on python 2.7 # See: https://github.com/mwaskom/seaborn/issues/1675 +# Exclude TestDendrogram.test_dendrogram_rotate and +# TestHeatmap.test_heatmap_axes, +# which fail in matplotlib 3.1.1 due to matplotlib bugs. +# 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" +pytest-%{python3_bin_suffix} seaborn -k "not test_cbar_ticks and not test_dendrogram_rotate and not test_heatmap_axes" %files %{python_files} %license LICENSE
