Hello community,

here is the log from the commit of package python-seaborn for openSUSE:Factory 
checked in at 2019-03-06 15:48:55
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-seaborn (Old)
 and      /work/SRC/openSUSE:Factory/.python-seaborn.new.28833 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-seaborn"

Wed Mar  6 15:48:55 2019 rev:7 rq:681805 version:0.9.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-seaborn/python-seaborn.changes    
2018-09-26 14:23:47.513886465 +0200
+++ /work/SRC/openSUSE:Factory/.python-seaborn.new.28833/python-seaborn.changes 
2019-03-06 15:48:58.948425455 +0100
@@ -1,0 +2,6 @@
+Tue Mar  5 15:04:22 UTC 2019 - Todd R <[email protected]>
+
+- Disable tests for python 2.7 due to unicode issues.
+  See: https://github.com/mwaskom/seaborn/issues/1675
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-seaborn.spec ++++++
--- /var/tmp/diff_new_pack.Ngqtgr/_old  2019-03-06 15:48:59.952425190 +0100
+++ /var/tmp/diff_new_pack.Ngqtgr/_new  2019-03-06 15:48:59.952425190 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-seaborn
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,7 +12,7 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
@@ -91,9 +91,10 @@
 # Exclude TestHeatmap.test_cbar_ticks, which fails in matplotlib 3
 # but doesn't seem to be a serious issue.
 # See https://github.com/mwaskom/seaborn/issues/1571
-%{python_expand export PYTHONPATH="%{buildroot}%{$python_sitelib}"
-%python_exec -m pytest seaborn -k "not test_cbar_ticks"
-}
+# Tests fail due to unicode issues in test suite on python 2.7
+# See: https://github.com/mwaskom/seaborn/issues/1675
+export PYTHONPATH="%{buildroot}%{python3_sitelib}"
+pytest-%{python3_bin_suffix} seaborn -k "not test_cbar_ticks"
 
 %files %{python_files}
 %license LICENSE


Reply via email to