diff --git a/python-keystoneclient.spec b/python-keystoneclient.spec index 7a6cfa1..7e768a0 100644 --- a/python-keystoneclient.spec +++ b/python-keystoneclient.spec @@ -12,7 +12,7 @@ Identity API. Name: python-keystoneclient Epoch: 1 Version: 4.2.0 -Release: 4%{?dist} +Release: 5%{?dist} Summary: Client library for OpenStack Identity API License: ASL 2.0 URL: https://launchpad.net/python-keystoneclient @@ -144,7 +144,8 @@ rm -fr doc/build/html/.{doctrees,buildinfo} %endif %check -PYTHON=%{__python3} stestr --test-path=./keystoneclient/tests/unit run +# TODO(amoralej) disabling cms tests https://bugs.launchpad.net/python-keystoneclient/+bug/1963925 +PYTHON=%{__python3} stestr --test-path=./keystoneclient/tests/unit run --exclude-regex '^.*test_cms.*' %files -n python3-%{sname} %license LICENSE @@ -164,6 +165,9 @@ PYTHON=%{__python3} stestr --test-path=./keystoneclient/tests/unit run %{python3_sitelib}/%{sname}/tests %changelog +* Mon Mar 07 2022 Joel Capitao - 1:4.2.0-5 +- Disable cms tests + * Fri Jan 21 2022 Fedora Release Engineering - 1:4.2.0-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild