microversion_parse: avoid gabbi dependency

gabbi is deeply entangled within the SUSE ecosystem with oslotest and
hard to package for interal reasons. the tests here we can skip though.

Change-Id: I0b60ad664cdb9c8ecb88c06aad19df8ae99c4d14
This commit is contained in:
Dirk Müller 2022-06-21 21:47:23 +02:00 committed by Dirk Mueller
parent e4e4cc90f6
commit 358a4d20d7
1 changed files with 2 additions and 1 deletions

View File

@ -13,7 +13,6 @@ URL: https://www.openstack.org/
Source0: {{ source }}
BuildRequires: openstack-macros
BuildRequires: {{ py3('WebOb') }}
BuildRequires: {{ py3('gabbi') }}
BuildRequires: {{ py3('setuptools') }}
BuildRequires: {{ py3('stestr') }}
BuildRequires: {{ py3('testtools') }}
@ -53,6 +52,8 @@ rm -rf doc/build/html/.{doctrees,buildinfo}
%py3_install
%check
# requires gabbi
rm -v microversion_parse/tests/test_middleware.py
python3 -m stestr.cli run
%files -n {{ py2name(py_versions='py3') }}