public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/python-scooby] f43: Use long pyproject and pytest options
@ 2026-09-11 12:27 Benjamin A. Beasley
  0 siblings, 0 replies; only message in thread
From: Benjamin A. Beasley @ 2026-09-11 12:27 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/python-scooby
Branch : f43
Commit : d80d78b4fc569e0978b9f2ed1f7f05c901fa75d2
Author : Benjamin A. Beasley <code@musicinmybrain.net>
Date   : 2026-05-16T22:13:54+01:00
Stats  : +4/-4 in 1 file(s)
URL    : https://src.fedoraproject.org/rpms/python-scooby/c/d80d78b4fc569e0978b9f2ed1f7f05c901fa75d2?branch=f43

Log:
Use long pyproject and pytest options

---
diff --git a/python-scooby.spec b/python-scooby.spec
index 215853b..43bbcae 100644
--- a/python-scooby.spec
+++ b/python-scooby.spec
@@ -11,13 +11,13 @@ Source0:        %{url}/archive/v%{version}/scooby-%{version}.tar.gz
 # Man page hand-written for Fedora in groff_man(7) format based on --help
 Source1:        scooby.1
 
-BuildSystem:            pyproject
+BuildSystem:    pyproject
 # We cannot package (nor generate BR’s from) the “cpu” extra because it
 # requires python3dist(mkl), which is proprietary software.
 %if %{with tests}
-BuildOption(generate_buildrequires): -g test
+BuildOption(generate_buildrequires): --dependency-groups test
 %endif
-BuildOption(install):   -l scooby
+BuildOption(install): --assert-license scooby
 
 BuildArch:      noarch
 
@@ -83,7 +83,7 @@ k="${k-}${k+ and }not test_import_os_error"
 # Import performance test may fail flakily or on slower hardware
 k="${k-}${k+ and }not test_import_time"
 
-%pytest -k "${k-}" -v
+%pytest -k "${k-}" --verbose
 %endif
 
 

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-09-11 12:27 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-09-11 12:27 [rpms/python-scooby] f43: Use long pyproject and pytest options Benjamin A. Beasley

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox