public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/python-packaging] rawhide: CI: Fix rpms_python-rpm-generators part
@ 2026-09-11  9:39 
  0 siblings, 0 replies; only message in thread
From:  @ 2026-09-11  9:39 UTC (permalink / raw)
  To: git-commits

            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

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

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

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-09-11  9:39 [rpms/python-packaging] rawhide: CI: Fix rpms_python-rpm-generators part 

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