Improve comments about test availability
This commit is contained in:
parent
420fad1c89
commit
10b9115d81
@ -131,8 +131,9 @@ Documentation for %{name}.
|
||||
|
||||
|
||||
%generate_buildrequires
|
||||
# We do not run the tests; but we add the runtime requirements as BR’s 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
|
||||
# BR’s 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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user