update to 3.4.2

reenable tests
This commit is contained in:
José Matos 2021-01-11 10:39:05 +00:00
parent 3e3662763c
commit 4147ac3c44

View File

@ -55,7 +55,8 @@ export CFLAGS="$RPM_OPT_FLAGS -DHAVE_UINTPTR_T=1"
%check
cd %{srcname}2
pytest tests/
# rpy requires to test the installed packages
PYTHONPATH=%{buildroot}%{python3_sitearch} pytest tests/
%files