From 5b23b335c1ea04dc8ab47b38f6dabf5f288089710103b462c63b29e302c51145 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mark=C3=A9ta=20Machov=C3=A1?= Date: Wed, 20 Jan 2021 16:10:39 +0000 Subject: [PATCH] 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 --- 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 c9cae5b..a21aa75 100644 --- a/python-annoy.changes +++ b/python-annoy.changes @@ -5,6 +5,11 @@ Wed Jan 20 15:12:43 UTC 2021 - Markéta Machová * multithreaded building + misc more - Add denose.patch to get rid of nose +------------------------------------------------------------------- +Wed Jan 20 15:09:53 UTC 2021 - John Vandenberg + +- Skip one test flaky on Python 3.6 + ------------------------------------------------------------------- Mon Mar 2 08:39:26 UTC 2020 - Tomáš Chvátal diff --git a/python-annoy.spec b/python-annoy.spec index cf9ff34..3fa9a91 100644 --- a/python-annoy.spec +++ b/python-annoy.spec @@ -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