public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Steve Traylen <steve.traylen@cern.ch>
To: git-commits@fedoraproject.org
Subject: [rpms/python-oslo-concurrency] rawhide: Eventlet tests not required
Date: Sun, 07 Jun 2026 15:00:36 GMT	[thread overview]
Message-ID: <178084443645.1.11867531372454679864.rpms-python-oslo-concurrency-b6c47f4e3664@fedoraproject.org> (raw)

            A new commit has been pushed.

            Repo   : rpms/python-oslo-concurrency
            Branch : rawhide
            Commit : b6c47f4e36642fc4dfdfb92e0b648b6f95c7f7f5
            Author : Steve Traylen <steve.traylen@cern.ch>
            Date   : 2026-06-07T14:39:28+02:00
            Stats  : +5/-10 in 1 file(s)
            URL    : https://src.fedoraproject.org/rpms/python-oslo-concurrency/c/b6c47f4e36642fc4dfdfb92e0b648b6f95c7f7f5?branch=rawhide

            Log:
            Eventlet tests not required

- Resolves: rhbz#2485917

The need for eventlets is being removed from openstack. They do not need
to be tested anymore. The tests themselves should be removed shortly.

---
diff --git a/python-oslo-concurrency.spec b/python-oslo-concurrency.spec
index b32554c..3228b34 100644
--- a/python-oslo-concurrency.spec
+++ b/python-oslo-concurrency.spec
@@ -89,18 +89,13 @@ Translation files for Oslo concurrency library
 %autosetup -n oslo_concurrency-%{version} -S git
 
 sed -i /^[[:space:]]*-c{env:.*_CONSTRAINTS_FILE.*/d tox.ini
-#sed -i "s/^deps = -c{env:.*_CONSTRAINTS_FILE.*/deps =/" tox.ini
-#sed -i /^minversion.*/d tox.ini
-#sed -i /^requires.*virtualenv.*/d tox.ini
-%if 0%{?fedora}
-sed -i "s/TEST_EVENTLET=.*/TEST_EVENTLET=1/" tox.ini
-%endif
 
+# eventlet requirement is being removed from openstack
+sed -i "s/TEST_EVENTLET=.*/TEST_EVENTLET=1/" tox.ini
 
-sed -i \
-    -e "/^coverage[[:space:]]*[!><=]/d" \
-    -e "/^reno[[:space:]]*[!><=]/d" \
-    test-requirements.txt doc/requirements.txt
+%pyproject_patch_dependency coverage:ignore
+%pyproject_patch_dependency reno:ignore
+%pyproject_patch_dependency eventlet:ignore
 
 
 %generate_buildrequires

                 reply	other threads:[~2026-06-07 15:00 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=178084443645.1.11867531372454679864.rpms-python-oslo-concurrency-b6c47f4e3664@fedoraproject.org \
    --to=steve.traylen@cern.ch \
    --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