From d524d6f6bc9215c59ab35bd28beecd13c9cdf9e5 Mon Sep 17 00:00:00 2001 From: guangyee Date: Tue, 28 Feb 2023 12:04:39 -0800 Subject: [PATCH] Run the eventlet specific tests separately Per upstream https: //github.com/openstack/oslo.concurrency/blob/5.0.1/tox.ini#L14-L15 Change-Id: I115a6f1f742c4e811f333a8d00eeda66ffb6c958 --- openstack/oslo.concurrency/oslo.concurrency.spec.j2 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/openstack/oslo.concurrency/oslo.concurrency.spec.j2 b/openstack/oslo.concurrency/oslo.concurrency.spec.j2 index 84a2cf3ee..6b0db6819 100644 --- a/openstack/oslo.concurrency/oslo.concurrency.spec.j2 +++ b/openstack/oslo.concurrency/oslo.concurrency.spec.j2 @@ -75,7 +75,8 @@ rm -rf doc/build/html/.{doctrees,buildinfo} %{py3_install} %check -%{openstack_stestr_run} +env TEST_EVENTLET=0 %{openstack_stestr_run} +env TEST_EVENTLET=1 %{openstack_stestr_run} %files -n {{ py2name(py_versions='py3') }} %license LICENSE