15
0
forked from pool/python-annoy

Accepting request 865030 from home:jayvdb:branches:devel:languages:python:numeric

- Skip one test flaky on Python 3.6

OBS-URL: https://build.opensuse.org/request/show/865030
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-annoy?expand=0&rev=20
This commit is contained in:
2021-01-20 16:10:39 +00:00
committed by Git OBS Bridge
parent 48b1412978
commit 5b23b335c1
2 changed files with 7 additions and 1 deletions

View File

@@ -5,6 +5,11 @@ Wed Jan 20 15:12:43 UTC 2021 - Markéta Machová <mmachova@suse.com>
* multithreaded building + misc more
- Add denose.patch to get rid of nose
-------------------------------------------------------------------
Wed Jan 20 15:09:53 UTC 2021 - John Vandenberg <jayvdb@gmail.com>
- Skip one test flaky on Python 3.6
-------------------------------------------------------------------
Mon Mar 2 08:39:26 UTC 2020 - Tomáš Chvátal <tchvatal@suse.com>

View File

@@ -65,8 +65,9 @@ export CFLAGS="%{optflags} -fno-strict-aliasing"
# online tests: test_fashion_mnist, test_glove_25, test_nytimes_16
# fails on 32bit: test_distance_consistency
# fails on 32bit: test_very_large_index
# flakey on Python 3.6: AngularIndexTest.test_include_dists
cd test
%pytest_arch -k 'not (test_fashion_mnist or test_glove_25 or test_nytimes_16 or test_distance_consistency or test_very_large_index)'
%pytest_arch -k 'not (test_fashion_mnist or test_glove_25 or test_nytimes_16 or test_distance_consistency or test_very_large_index or (AngularIndexTest and test_include_dists))'
%files %{python_files}
%doc README.rst