public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
To: git-commits@fedoraproject.org
Subject: [rpms/python-pip] rawhide: CI: Make some test not running for ELN (and RHEL)
Date: Tue, 25 Aug 2026 14:23:52 GMT	[thread overview]
Message-ID: <178766783288.1.11670851753267494213.rpms-python-pip-08dc5bf450f6@fedoraproject.org> (raw)

            A new commit has been pushed.

            Repo   : rpms/python-pip
            Branch : rawhide
            Commit : 08dc5bf450f6c0cd1e3e87e270d0a5d96064ff4f
            Author : Lukáš Zachar <lzachar@redhat.com>
            Date   : 2026-08-25T14:23:39+00:00
            Stats  : +21/-6 in 1 file(s)
            URL    : https://src.fedoraproject.org/rpms/python-pip/c/08dc5bf450f6c0cd1e3e87e270d0a5d96064ff4f?branch=rawhide

            Log:
            CI: Make some test not running for ELN (and RHEL)

See also https://forge.fedoraproject.org/ci/tickets/issues/550

[skip changelog]

---
diff --git a/plan.fmf b/plan.fmf
index dca520b..c3765d1 100644
--- a/plan.fmf
+++ b/plan.fmf
@@ -6,6 +6,17 @@ discover:
     how: shell
     url: https://src.fedoraproject.org/tests/python.git
     tests:
+    - name: smoke
+      path: /smoke
+      test: ./venv.sh
+    - name: smoke_virtualenv
+      path: /smoke
+      test: METHOD=virtualenv ./venv.sh
+  - name: tests_python_fedora_only
+    how: shell
+    url: https://src.fedoraproject.org/tests/python.git
+    when: distro != fedora-eln and distro == fedora
+    tests:
     - name: smoke310
       path: /smoke
       test: VERSION=3.10 ./venv.sh
@@ -79,12 +90,6 @@ prepare:
     package:
     - gcc
     - virtualenv
-    - python3.10-devel
-    - python3.11-devel
-    - python3.12-devel
-    - python3.13-devel
-    - python3.14-devel
-    - python3.15-devel
     - python3-devel
     - python3-tox
     - mock
@@ -95,6 +100,16 @@ prepare:
     - shadow-utils
     - expect
     - dnf
+  - name: Install dependencies (Fedora not ELN)
+    how: install
+    when: distro != fedora-eln and distro == fedora
+    package:
+    - python3.10-devel
+    - python3.11-devel
+    - python3.12-devel
+    - python3.13-devel
+    - python3.14-devel
+    - python3.15-devel
   - name: Update packages
     how: shell
     script: dnf upgrade -y

                 reply	other threads:[~2026-08-25 14:23 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=178766783288.1.11670851753267494213.rpms-python-pip-08dc5bf450f6@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