diff --git a/python-annoy.changes b/python-annoy.changes index a18045d..6ba3795 100644 --- a/python-annoy.changes +++ b/python-annoy.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Mar 2 08:39:26 UTC 2020 - Tomáš Chvátal + +- Skip one more test failing on 32bit + ------------------------------------------------------------------- Thu Jan 16 17:16:30 UTC 2020 - Marketa Calabkova diff --git a/python-annoy.spec b/python-annoy.spec index 4bc64f3..1ec791e 100644 --- a/python-annoy.spec +++ b/python-annoy.spec @@ -62,8 +62,9 @@ export CFLAGS="%{optflags} -fno-strict-aliasing" %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