Improve comments about test availability
This commit is contained in:
parent
420fad1c89
commit
10b9115d81
@ -131,8 +131,9 @@ Documentation for %{name}.
|
|||||||
|
|
||||||
|
|
||||||
%generate_buildrequires
|
%generate_buildrequires
|
||||||
# We do not run the tests; but we add the runtime requirements as BR’s anyway
|
# There are no upstream tests to run; but we add the runtime requirements as
|
||||||
# so that the build will fail if some are not available in the distribution.
|
# BR’s anyway so that the build will fail if some are not available in the
|
||||||
|
# distribution.
|
||||||
%pyproject_buildrequires -r
|
%pyproject_buildrequires -r
|
||||||
|
|
||||||
|
|
||||||
@ -168,6 +169,9 @@ install -t '%{buildroot}%{_pkgdocdir}' -p -m 0644 \
|
|||||||
cp -rp examples '%{buildroot}%{_pkgdocdir}/'
|
cp -rp examples '%{buildroot}%{_pkgdocdir}/'
|
||||||
|
|
||||||
|
|
||||||
|
# There are no upstream tests to run.
|
||||||
|
|
||||||
|
|
||||||
%files -f %{pyproject_files}
|
%files -f %{pyproject_files}
|
||||||
%license LICENSES/*.txt
|
%license LICENSES/*.txt
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user