From 521cbb3e9f0e26d1228c734d0535e4e586cd52204d3e2ff41c568602a32dfeec Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Fri, 30 Jul 2021 15:39:08 +0000 Subject: [PATCH] Revert setup.py test back, it is too complicated. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-apsw?expand=0&rev=25 --- python-apsw.spec | 3 +++ 1 file changed, 3 insertions(+) diff --git a/python-apsw.spec b/python-apsw.spec index c00c00d..d5662b0 100644 --- a/python-apsw.spec +++ b/python-apsw.spec @@ -51,6 +51,9 @@ export CFLAGS="%{optflags} -fno-strict-aliasing" %python_install %check +# python setup.py test is in this case very complicated home-brewn, +# and using unittest, so it shouldn't be affected by changes in +# setuptools. export CFLAGS="%{optflags} -fno-strict-aliasing" %{python_expand $python setup.py build_ext --inplace $python setup.py test