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