- avoid eventlet lockup
OBS-URL: https://build.opensuse.org/package/show/Cloud:OpenStack:Factory/python-oslo.concurrency?expand=0&rev=56
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 6 15:22:54 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- avoid eventlet lockup
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Oct 1 12:23:30 UTC 2022 - cloud-devel@suse.de
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-oslo.concurrency
|
||||
#
|
||||
# Copyright (c) 2022 SUSE LLC
|
||||
# Copyright (c) 2023 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -88,7 +88,8 @@ rm -rf doc/build/html/.{doctrees,buildinfo}
|
||||
%{py3_install}
|
||||
|
||||
%check
|
||||
python3 -m stestr.cli run
|
||||
env TEST_EVENTLET=0 %{openstack_stestr_run}
|
||||
env TEST_EVENTLET=1 %{openstack_stestr_run}
|
||||
|
||||
%files -n python3-oslo.concurrency
|
||||
%license LICENSE
|
||||
|
Reference in New Issue
Block a user