Hello community, here is the log from the commit of package python-annoy for openSUSE:Factory checked in at 2020-03-03 10:18:04 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-annoy (Old) and /work/SRC/openSUSE:Factory/.python-annoy.new.26092 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-annoy" Tue Mar 3 10:18:04 2020 rev:9 rq:780852 version:1.16.3 Changes: -------- --- /work/SRC/openSUSE:Factory/python-annoy/python-annoy.changes 2020-01-17 16:07:19.944495260 +0100 +++ /work/SRC/openSUSE:Factory/.python-annoy.new.26092/python-annoy.changes 2020-03-03 10:19:39.807075310 +0100 @@ -1,0 +2,5 @@ +Mon Mar 2 08:39:26 UTC 2020 - Tomáš Chvátal <[email protected]> + +- Skip one more test failing on 32bit + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-annoy.spec ++++++ --- /var/tmp/diff_new_pack.cRbnFL/_old 2020-03-03 10:19:40.799077362 +0100 +++ /var/tmp/diff_new_pack.cRbnFL/_new 2020-03-03 10:19:40.799077362 +0100 @@ -62,8 +62,9 @@ %check # online tests: test_fashion_mnist, test_glove_25, test_nytimes_16 # fails on 32bit: test_distance_consistency +# fails on 32bit: test_very_large_index cd test -%pytest_arch -k 'not (test_fashion_mnist or test_glove_25 or test_nytimes_16 or test_distance_consistency)' +%pytest_arch -k 'not (test_fashion_mnist or test_glove_25 or test_nytimes_16 or test_distance_consistency or test_very_large_index)' %files %{python_files} %doc README.rst
