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
This commit is contained in:
guangyee 2023-02-28 12:04:39 -08:00
parent 9cf819a7d6
commit d524d6f6bc

View File

@ -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