oslo.log: skip failing tests

Change-Id: Id3197412fcc3f0ab837dc031fd87f18a43b082ff
This commit is contained in:
Dirk Müller 2023-08-07 22:52:35 +02:00
parent 28d692f1f3
commit b04da1182b
No known key found for this signature in database

View File

@ -11,6 +11,7 @@ License: {{ license('Apache-2.0') }}
Group: Development/Languages/Python
URL: https://docs.openstack.org/{{ pypi_name }}
Source0: {{ source }}
BuildRequires: fdupes
BuildRequires: openstack-macros
BuildRequires: {{ py3('monotonic') }}
BuildRequires: {{ py3('oslo.config') }}
@ -75,9 +76,11 @@ rm -rf doc/build/html/.{doctrees,buildinfo}
%install
%{py3_install}
%fdupes %{buildroot}%{python3_sitelib}
%check
%{openstack_stestr_run}
# skip test_log_config_append_invalid lp#2023684
%{openstack_stestr_run} --exclude-regex 'test_log_config_append_invalid'
%files -n {{ py2name(py_versions='py3') }}
%license LICENSE