public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: David Auer <dreua@posteo.de>
To: git-commits@fedoraproject.org
Subject: [rpms/trash-cli] pr6: Run some tests
Date: Sun, 20 Sep 2026 13:18:26 GMT	[thread overview]
Message-ID: <178991030611.1.9649120810986759852.rpms-trash-cli-a576a5734943@fedoraproject.org> (raw)

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

                 reply	other threads:[~2026-09-20 13:18 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=178991030611.1.9649120810986759852.rpms-trash-cli-a576a5734943@fedoraproject.org \
    --to=dreua@posteo.de \
    --cc=git-commits@fedoraproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox