Hello community, here is the log from the commit of package python-annoy for openSUSE:Leap:15.2 checked in at 2020-03-15 13:35:47 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Leap:15.2/python-annoy (Old) and /work/SRC/openSUSE:Leap:15.2/.python-annoy.new.3160 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-annoy" Sun Mar 15 13:35:47 2020 rev:6 rq:783233 version:1.16.3 Changes: -------- --- /work/SRC/openSUSE:Leap:15.2/python-annoy/python-annoy.changes 2020-03-09 18:02:18.232726322 +0100 +++ /work/SRC/openSUSE:Leap:15.2/.python-annoy.new.3160/python-annoy.changes 2020-03-15 13:35:51.186819907 +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.K01p2z/_old 2020-03-15 13:35:51.618820164 +0100 +++ /var/tmp/diff_new_pack.K01p2z/_new 2020-03-15 13:35:51.622820167 +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
