Improve comments about test availability

This commit is contained in:
Benjamin A. Beasley 2021-09-29 09:46:17 -04:00
parent 420fad1c89
commit 10b9115d81

View File

@ -131,8 +131,9 @@ Documentation for %{name}.
%generate_buildrequires
# We do not run the tests; but we add the runtime requirements as BRs anyway
# so that the build will fail if some are not available in the distribution.
# There are no upstream tests to run; but we add the runtime requirements as
# BRs anyway so that the build will fail if some are not available in the
# distribution.
%pyproject_buildrequires -r
@ -168,6 +169,9 @@ install -t '%{buildroot}%{_pkgdocdir}' -p -m 0644 \
cp -rp examples '%{buildroot}%{_pkgdocdir}/'
# There are no upstream tests to run.
%files -f %{pyproject_files}
%license LICENSES/*.txt