11
0
2023-03-06 15:23:09 +00:00
committed by Git OBS Bridge
parent 0892f5b787
commit d17643259f
2 changed files with 8 additions and 2 deletions

View File

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

View File

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