Hello community,

here is the log from the commit of package python-annoy for openSUSE:Factory 
checked in at 2019-10-02 12:00:51
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-annoy (Old)
 and      /work/SRC/openSUSE:Factory/.python-annoy.new.2352 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-annoy"

Wed Oct  2 12:00:51 2019 rev:7 rq:734496 version:1.16.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-annoy/python-annoy.changes        
2019-09-17 13:37:20.041843577 +0200
+++ /work/SRC/openSUSE:Factory/.python-annoy.new.2352/python-annoy.changes      
2019-10-02 12:00:53.398725018 +0200
@@ -1,0 +2,5 @@
+Wed Sep 25 07:35:21 UTC 2019 - Tomáš Chvátal <[email protected]>
+
+- Skip test test_distance_consistency that fails on 32bit
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ python-annoy.spec ++++++
--- /var/tmp/diff_new_pack.tnGFPq/_old  2019-10-02 12:00:54.134723131 +0200
+++ /var/tmp/diff_new_pack.tnGFPq/_new  2019-10-02 12:00:54.146723100 +0200
@@ -61,8 +61,9 @@
 
 %check
 # online tests: test_fashion_mnist, test_glove_25, test_nytimes_16
+# fails on 32bit: test_distance_consistency
 cd test
-%pytest_arch -k 'not (test_fashion_mnist or test_glove_25 or test_nytimes_16)'
+%pytest_arch -k 'not (test_fashion_mnist or test_glove_25 or test_nytimes_16 
or test_distance_consistency)'
 
 %files %{python_files}
 %doc README.rst


Reply via email to