public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/trash-cli] pr6: Run some tests
@ 2026-09-20 13:18 David Auer
  0 siblings, 0 replies; only message in thread
From: David Auer @ 2026-09-20 13:18 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/trash-cli
Branch : pr6
Commit : a576a57349434e533778c64d21cc67685a965137
Author : David Auer <dreua@posteo.de>
Date   : 2025-01-19T16:53:55+01:00
Stats  : +5/-1 in 1 file(s)
URL    : https://src.fedoraproject.org/rpms/trash-cli/c/a576a57349434e533778c64d21cc67685a965137?branch=pr6

Log:
Run some tests

---
diff --git a/trash-cli.spec b/trash-cli.spec
index a4412a1..9c6a25f 100644
--- a/trash-cli.spec
+++ b/trash-cli.spec
@@ -18,7 +18,7 @@ compatible with rm and you can use trash-put as an alias to rm.
 %autosetup -n %{name}-%{version}
 
 %generate_buildrequires
-%pyproject_buildrequires
+%pyproject_buildrequires -t
 
 %build
 %pyproject_wheel
@@ -29,6 +29,10 @@ compatible with rm and you can use trash-put as an alias to rm.
 %pyproject_save_files -l trashcli
 
 %check
+# There is a tox.ini in the repo and buildrequires -t works, but the README
+# instructs to run pytest, so we do that. "not slow" should be enough for
+# a quick verification.
+%pytest -m "not slow"
 
 %files -f %{pyproject_files}
 %doc README.rst

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

only message in thread, other threads:[~2026-09-20 13:18 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-09-20 13:18 [rpms/trash-cli] pr6: Run some tests David Auer

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