- Skip %files section in test multibuild

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-sqlmodel?expand=0&rev=4
This commit is contained in:
Daniel Garcia 2024-11-12 08:47:28 +00:00 committed by Git OBS Bridge
parent 928a3ad6d5
commit b634a9fb53

View File

@ -79,10 +79,12 @@ export PYTHONPATH=$(pwd):$PYTHONPATH
%pytest -v tests
%endif
%if !%{with test}
%files %{python_files}
%doc README.md
%license LICENSE
%{python_sitelib}/sqlmodel
%{python_sitelib}/sqlmodel-%{version}.dist-info
%endif
%changelog