- 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:
parent
928a3ad6d5
commit
b634a9fb53
@ -79,10 +79,12 @@ export PYTHONPATH=$(pwd):$PYTHONPATH
|
|||||||
%pytest -v tests
|
%pytest -v tests
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
|
%if !%{with test}
|
||||||
%files %{python_files}
|
%files %{python_files}
|
||||||
%doc README.md
|
%doc README.md
|
||||||
%license LICENSE
|
%license LICENSE
|
||||||
%{python_sitelib}/sqlmodel
|
%{python_sitelib}/sqlmodel
|
||||||
%{python_sitelib}/sqlmodel-%{version}.dist-info
|
%{python_sitelib}/sqlmodel-%{version}.dist-info
|
||||||
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Loading…
Reference in New Issue
Block a user