From 10b9115d8103dd59009c35ab53be8dbc743cc01c Mon Sep 17 00:00:00 2001 From: "Benjamin A. Beasley" Date: Wed, 29 Sep 2021 09:46:17 -0400 Subject: [PATCH] Improve comments about test availability --- gi-docgen.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/gi-docgen.spec b/gi-docgen.spec index 597d6c6..1a03b47 100644 --- a/gi-docgen.spec +++ b/gi-docgen.spec @@ -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