forked from pool/python-annoy
Accepting request 780852 from devel:languages:python
- Skip one more test failing on 32bit OBS-URL: https://build.opensuse.org/request/show/780852 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-annoy?expand=0&rev=9
This commit is contained in:
@@ -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>
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user