From 00010c7be6a0d8ab3f2eb7ef1fc3597e1bfd4fb469b51192397bd69637e95fc7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mark=C3=A9ta=20Machov=C3=A1?= Date: Fri, 15 Dec 2023 12:16:25 +0000 Subject: [PATCH] delete commented out command OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-annoy?expand=0&rev=27 --- python-annoy.spec | 1 - 1 file changed, 1 deletion(-) diff --git a/python-annoy.spec b/python-annoy.spec index 4dd9edb..7c6afbe 100644 --- a/python-annoy.spec +++ b/python-annoy.spec @@ -62,7 +62,6 @@ 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 -#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)' %files %{python_files}