From 89d93664e6b1fd0f577cbdf629071a3fa2803edc9fe5e3423fd62a885d8d09e2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Mon, 2 Mar 2020 08:40:45 +0000 Subject: [PATCH] - Skip one more test failing on 32bit OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-annoy?expand=0&rev=17 --- python-annoy.changes | 5 +++++ python-annoy.spec | 3 ++- 2 files changed, 7 insertions(+), 1 deletion(-) 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