public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
To: git-commits@fedoraproject.org
Subject: [rpms/python-packaging] rawhide: CI: Fix rpms_python-rpm-generators part
Date: Fri, 11 Sep 2026 09:39:55 GMT	[thread overview]
Message-ID: <178911959502.1.13509879744847774737.rpms-python-packaging-eceae2d0dab5@fedoraproject.org> (raw)

            A new commit has been pushed.

            Repo   : rpms/python-packaging
            Branch : rawhide
            Commit : eceae2d0dab5d485e48d5341ebdbde57d2253162
            Author : Lukáš Zachar <lzachar@redhat.com>
            Date   : 2026-09-11T08:23:54+02:00
            Stats  : +9/-6 in 1 file(s)
            URL    : https://src.fedoraproject.org/rpms/python-packaging/c/eceae2d0dab5d485e48d5341ebdbde57d2253162?branch=rawhide

            Log:
            CI: Fix rpms_python-rpm-generators part

It wasn't run before

---
diff --git a/plan.fmf b/plan.fmf
index bd248b6..859cb51 100644
--- a/plan.fmf
+++ b/plan.fmf
@@ -26,12 +26,14 @@ discover:
       test: ./mocktest.sh python-clikit
   - name: rpms_python-rpm-generators
     how: shell
-    test: |
-      # Need to clone on our own, tmt clones it into 'tests' subdirectory
-      # which breaks fedpkg-minimal pkgname detection
-      git clone --depth=1 https://src.fedoraproject.org/rpms/python-rpm-generators.git python-rpm-generators &&
-      cd python-rpm-generators &&
-      ./tests/download_data_and_run_pytest.sh
+    tests:
+    - name: pytest
+      test: |
+        # Need to clone on our own, tmt clones it into 'tests' subdirectory
+        # which breaks fedpkg-minimal pkgname detection
+        git clone --depth=1 https://src.fedoraproject.org/rpms/python-rpm-generators.git python-rpm-generators &&
+        cd python-rpm-generators &&
+        ./tests/download_data_and_run_pytest.sh
 prepare:
   - name: Install dependencies
     how: install
@@ -46,6 +48,7 @@ prepare:
     - rpmdevtools
     - rpm-build
     - dnf
+    - git-core
   - name: Update packages
     how: shell
     script: dnf upgrade -y

                 reply	other threads:[~2026-09-11  9:39 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=178911959502.1.13509879744847774737.rpms-python-packaging-eceae2d0dab5@fedoraproject.org \
    --to=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