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:
parent
9cf819a7d6
commit
d524d6f6bc
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user