15
0
forked from pool/python-apsw

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
This commit is contained in:
2021-07-30 15:39:08 +00:00
committed by Git OBS Bridge
parent ec06ecf096
commit 521cbb3e9f

View File

@@ -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