public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/python-oslo-concurrency] rawhide: Eventlet tests not required
@ 2026-06-07 15:00 Steve Traylen
0 siblings, 0 replies; only message in thread
From: Steve Traylen @ 2026-06-07 15:00 UTC (permalink / raw)
To: git-commits
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
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-06-07 15:00 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-06-07 15:00 [rpms/python-oslo-concurrency] rawhide: Eventlet tests not required Steve Traylen
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox