15
0
forked from pool/python-annoy

- Skip one more test failing on 32bit

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-annoy?expand=0&rev=17
This commit is contained in:
Tomáš Chvátal
2020-03-02 08:40:45 +00:00
committed by Git OBS Bridge
parent c7b41ed25a
commit 89d93664e6
2 changed files with 7 additions and 1 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Mar 2 08:39:26 UTC 2020 - Tomáš Chvátal <tchvatal@suse.com>
- Skip one more test failing on 32bit
-------------------------------------------------------------------
Thu Jan 16 17:16:30 UTC 2020 - Marketa Calabkova <mcalabkova@suse.com>

View File

@@ -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