15
0
forked from pool/python-apsw
2023-07-26 18:08:46 +00:00
committed by Git OBS Bridge
parent ef40c4775a
commit 3ba3bddef1

View File

@@ -60,7 +60,7 @@ export CFLAGS="%{optflags} -fno-strict-aliasing"
%check
# gh#rogerbinns/apsw#462
# We cannot use %pyunittest_arch here, see the ticket for the discussion
# We cannot use %%pyunittest_arch here, see the ticket for the discussion
%{python_expand export PYTHONPATH=%{buildroot}%{$python_sitearch} PYTHONDONTWRITEBYTECODE=1
$python -m apsw.tests -v
}