File python-oslotest.spec of Package python-oslotest

#
# spec file for package python-oslotest
#
# 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
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.

# Please submit bugfixes or comments via https://bugs.opensuse.org/
#


Name:           python-oslotest
Version:        4.5.0
Release:        0
Summary:        OpenStack test framework
License:        Apache-2.0
Group:          Development/Languages/Python
URL:            https://docs.openstack.org/oslotest
Source0:        https://files.pythonhosted.org/packages/source/o/oslotest/oslotest-4.5.0.tar.gz
BuildRequires:  openstack-macros
BuildRequires:  python39-debtcollector
BuildRequires:  python39-fixtures
BuildRequires:  python39-mock
BuildRequires:  python39-pbr
BuildRequires:  python39-python-subunit
BuildRequires:  python39-six
BuildRequires:  python39-stestr
BuildRequires:  python39-testtools
BuildArch:      noarch

%description
The Oslo Test framework provides common fixtures, support for debugging, and
better support for mocking results.

%package -n python39-oslotest
Summary:        OpenStack test framework
Requires:       python39-debtcollector
Requires:       python39-fixtures
Requires:       python39-mock
# NOTE: python-os-client-config is only needed for functional testing
# Requires:       python39-os-client-config
Requires:       python39-python-subunit
Requires:       python39-six
Requires:       python39-stestr
Requires:       python39-testtools

%description -n python39-oslotest
The Oslo Test framework provides common fixtures, support for debugging, and
better support for mocking results.

This package contains the Python 3.x module.

%prep
%autosetup -p1 -n oslotest-%{version}
%py_req_cleanup

%build
%py3_build

%install
%py3_install

%check
python3 -m stestr.cli run

%files -n python39-oslotest
%license LICENSE
%doc ChangeLog README.rst
%{_bindir}/oslo_debug_helper
%{_bindir}/oslo_run_cross_tests
%{_bindir}/oslo_run_pre_release_tests
%{python3_sitelib}/oslotest
%{python3_sitelib}/oslotest*egg-info

%changelog
openSUSE Build Service is sponsored by